Skip to content

Commit

Permalink
build: bringing rimraf back in
Browse files Browse the repository at this point in the history
  • Loading branch information
emmacasolin committed Jun 7, 2022
1 parent 2de65ac commit b076c77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 26 deletions.
33 changes: 8 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"scripts": {
"prepare": "tsc -p ./tsconfig.build.json",
"build": "shx rm -r ./dist || true; tsc -p ./tsconfig.build.json",
"build": "rimraf ./dist && tsc -p ./tsconfig.build.json",
"postbuild": "shx cp -fR src/proto dist; shx cp src/notifications/*.json dist/notifications/; shx cp src/claims/*.json dist/claims/; shx cp src/status/*.json dist/status/;",
"postversion": "npm install --package-lock-only --ignore-scripts --silent",
"ts-node": "ts-node --require tsconfig-paths/register",
Expand Down Expand Up @@ -102,6 +102,7 @@
"prompts": "^2.4.1",
"readable-stream": "^3.6.0",
"resource-counter": "^1.2.4",
"rimraf": "^3.0.2",
"threads": "^1.6.5",
"utp-native": "^2.5.3",
"uuid": "^8.3.0"
Expand Down

0 comments on commit b076c77

Please sign in to comment.