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 ce42e59 commit 029f1c3Copy full SHA for 029f1c3
package.json
@@ -26,7 +26,7 @@
26
"lint:semistandard": "npx semistandard",
27
"minify": "npx uglify-js src/jquery.csv.js -o src/jquery.csv.min.js --compress --mangle",
28
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",
29
- "preversion": "npm run lint && npm run test",
+ "preversion": "npm run lint && npm run test && npm minify",
30
"postversion": "git push --follow-tags",
31
"prepublish": "npm run lint && npm run test"
32
},
0 commit comments