Skip to content

Commit

Permalink
Moves clean to make
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Mar 24, 2021
1 parent 1587337 commit 91c7e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"dev-server": "webpack serve --mode=development",
"prebuild": "yarn clean",
"build": "yarn webpack --mode=production",
"clean": "rm -rf static",
"clean": "make clean",
"release": "release-it",
"test": "TZ=UTC jest",
"postinstall": "husky install"
Expand Down

0 comments on commit 91c7e9e

Please sign in to comment.