Skip to content

Commit

Permalink
Add clean Script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-mcmahon committed Sep 30, 2020
1 parent 32abd9c commit dd97262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"build:development": "tsc",
"build:production": "rm -rf ./dist && tsc -p tsconfig.production.json",
"build:watch": "tsc --watch",
"clean": "run-s build:clean",
"lint": "prettier --check source/**/*",
"lint:fix": "prettier --write source/**/*",
"lint:cached": "prettier --check $(git diff --name-only --cached)",
Expand Down

0 comments on commit dd97262

Please sign in to comment.