diff options
| author | XhmikosR <[email protected]> | 2020-05-08 16:17:40 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-08 16:17:40 +0300 |
| commit | acd1b562f05c4a1e104d36e63c212d1bd406500b (patch) | |
| tree | 6c571f07277dd73871ed3c1b7eff6dd8731d1d8e | |
| parent | ca0a2d278c287a0dc03138a8968ec0ece3dfb35d (diff) | |
| download | bootstrap-acd1b562f05c4a1e104d36e63c212d1bd406500b.tar.xz bootstrap-acd1b562f05c4a1e104d36e63c212d1bd406500b.zip | |
package.json: reuse the existent karma script (#30758)
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 347b58edd..17e082059 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "js-minify-standalone-esm": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js", "js-minify-bundle": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", "js-test": "npm-run-all --parallel js-test-karma js-test-jquery js-test-integration", - "js-debug": "cross-env DEBUG=true karma start js/tests/karma.conf.js", + "js-debug": "cross-env DEBUG=true npm run js-test-karma", "js-test-karma": "karma start js/tests/karma.conf.js", "js-test-integration": "rollup --config js/tests/integration/rollup.bundle.js && rollup --config js/tests/integration/rollup.bundle-modularity.js", "js-test-cloud": "cross-env BROWSER=true npm run js-test-karma", |
