Skip to content

Commit 637acc6

Browse files
committed
Update scripts
- fix typo in preversion script - remove prepublish script Publishing should only occur following a tagged build. Soon, this will be automated as a CI/CD step.
1 parent 329d01c commit 637acc6

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
@@ -26,7 +26,7 @@
2626
"lint:semistandard": "npx semistandard",
2727
"minify": "npx uglify-js src/jquery.csv.js -o src/jquery.csv.min.js --compress --mangle",
2828
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",
29-
"preversion": "npm run lint && npm run test && npm minify",
29+
"preversion": "npm run lint && npm run test && npm run minify",
3030
"postversion": "git push --follow-tags",
3131
"prepublish": "npm run lint && npm run test"
3232
},

0 commit comments

Comments
 (0)