Skip to content

Commit c6bbb02

Browse files
committed
Fix npm depoy
1 parent b9b1a29 commit c6bbb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"repository": {},
33
"license": "MIT",
44
"scripts": {
5-
"deploy": "webpack --mode-env production",
5+
"deploy": "webpack --mode production",
66
"watch": "webpack --node-env development --progress --watch",
77
"delete-cache": "rm -rf ./repos-cache.dump"
88
},

0 commit comments

Comments
 (0)