Skip to content

Commit

Permalink
chore: delete more files in 'clean' script
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Aug 8, 2021
1 parent fbbc046 commit eaf395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"scripts": {
"build": "tsc --project ./tsconfig.prod.json",
"clean": "shx rm -rf ./dist tsconfig.build.tsbuildinfo",
"clean": "shx rm -rf ./.nyc_output ./coverage ./dist ./coverage.json ./tsconfig.prod.tsbuildinfo",
"coverage": "yarn nyc --nycrc-path ./.nycrc.yaml mocha",
"lint": "yarn lint:ts && yarn prettier:check && yarn typecheck",
"lint:ts": "eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.ts .",
Expand Down

0 comments on commit eaf395f

Please sign in to comment.