Skip to content

Commit

Permalink
delete docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Nov 21, 2023
1 parent b87143d commit 5dddd45
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 @@ -41,7 +41,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 coverage dist",
"clean": "rimraf coverage dist docs",
"commit": "npm run fix && git commit -am \"chore: Generated release files\"",
"deploy": "exit 0",
"dev": "node --inspect --loader ts-node/esm ./src/start.ts",
Expand Down

0 comments on commit 5dddd45

Please sign in to comment.