Skip to content

Commit 08a333f

Browse files
committed
Remove build from dist script
1 parent 570c137 commit 08a333f

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
@@ -7,7 +7,7 @@
77
"build": "npm run compile && npm run minify && rm build/*.js",
88
"compile": "tsc",
99
"minify": "minify build -d lib",
10-
"dist": "echo \"Preparing for distribution...\" && npm i && npm run build && git add -f node_modules && git add lib && git commit -m \"Commit dist files\"",
10+
"dist": "echo \"Preparing for distribution...\" && npm i --only=prod && git add -f node_modules && git commit -m \"Commit dist files\"",
1111
"test": "echo \"Error: no test specified\" && exit 1"
1212
},
1313
"repository": {

0 commit comments

Comments
 (0)