1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Moves clean to make

This commit is contained in:
Amir Raminfar
2021-03-24 10:00:01 -07:00
parent 158733714e
commit 91c7e9ef86

View File

@@ -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"