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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user