We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570c137 commit 08a333fCopy full SHA for 08a333f
package.json
@@ -7,7 +7,7 @@
7
"build": "npm run compile && npm run minify && rm build/*.js",
8
"compile": "tsc",
9
"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\"",
+ "dist": "echo \"Preparing for distribution...\" && npm i --only=prod && git add -f node_modules && git commit -m \"Commit dist files\"",
11
"test": "echo \"Error: no test specified\" && exit 1"
12
},
13
"repository": {
0 commit comments