*Remove test
This commit is contained in:
parent
14e23759c6
commit
ad64be439a
|
@ -59,7 +59,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "grunt",
|
"build": "grunt",
|
||||||
"prepublish": "npm run build && npm run test",
|
"prepublish": "npm run build",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue