*Empty prepublish command

This commit is contained in:
Derrick Hammer 2022-03-26 18:02:40 -04:00
parent ad64be439a
commit 71c9dc2108
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
}, },
"scripts": { "scripts": {
"build": "grunt", "build": "grunt",
"prepublish": "npm run build", "prepublish": "",
"test": "mocha", "test": "mocha",
"test-coverage": "cross-env COVERAGE=y nyc mocha", "test-coverage": "cross-env COVERAGE=y nyc mocha",
"test-minified": "cross-env TEST_MINIFIED_POLYFILL=1 mocha", "test-minified": "cross-env TEST_MINIFIED_POLYFILL=1 mocha",