Skip to content

Commit

Permalink
chore: Remove nyc output
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Oct 28, 2023
1 parent dad2cc1 commit 3177587
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 @@ -40,7 +40,7 @@
"check": "npm run check:format -- --list-different && npm run check:lint",
"check:format": "prettier --ignore-path .gitignore --log-level error .",
"check:lint": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx --no-error-on-unmatched-pattern .",
"clean": "rimraf .nyc_output coverage dist",
"clean": "rimraf coverage dist",
"deploy": "exit 0",
"dev": "node --inspect --loader ts-node/esm ./src/start.ts",
"dist": "npm run clean && npm run build",
Expand Down

0 comments on commit 3177587

Please sign in to comment.