Skip to content

Commit 3e68f5a

Browse files
author
Alok Kumar
committed
RV [CLEANUP-CI] -> added CI/CD & cleanup the code
1 parent 5965f16 commit 3e68f5a

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,23 @@ jobs:
2626
run: npm run typecheck
2727

2828
- name: Run tests
29-
run: npm test
29+
run: npm test
30+
31+
- name: Cleanup
32+
if: always()
33+
run: |
34+
rm -rf node_modules
35+
rm -rf dist
36+
rm -rf coverage
37+
rm -rf .nyc_output
38+
rm -f package-lock.json
39+
rm -f yarn.lock
40+
rm -f pnpm-lock.yaml
41+
rm -f .npmrc
42+
rm -f .yarnrc
43+
rm -f .pnpmrc
44+
rm -f .env*
45+
rm -f *.log
46+
rm -f .DS_Store
47+
rm -f Thumbs.db
48+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"repository": {
5959
"type": "git",
60-
"url": "https://github.com/th3hero/request-validator.git"
60+
"url": "git+https://github.com/th3hero/request-validator.git"
6161
},
6262
"bugs": {
6363
"url": "https://github.com/th3hero/request-validator/issues"

0 commit comments

Comments
 (0)