diff options
| author | Johann-S <[email protected]> | 2019-10-02 14:32:29 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-10-03 09:55:57 +0200 |
| commit | e1b82f51e21b6329d783406cfbc9c847c798ef23 (patch) | |
| tree | ad32ac24fc0b366b53d989531d221e5a3a9f5b21 /package.json | |
| parent | 3d12b541c488ea09efced2fb987fcbf384c656bb (diff) | |
| download | bootstrap-e1b82f51e21b6329d783406cfbc9c847c798ef23.tar.xz bootstrap-e1b82f51e21b6329d783406cfbc9c847c798ef23.zip | |
add modularity integration test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 703a4dcb7..bb4bc810e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "js-test": "npm-run-all --parallel js-test-karma js-test-integration", "js-debug": "cross-env DEBUG=true karma start js/tests/karma.conf.js", "js-test-karma": "karma start js/tests/karma.conf.js", - "js-test-integration": "rollup --config js/tests/integration/rollup.bundle.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", "lint": "npm-run-all --parallel js-lint css-lint", "docs": "npm-run-all docs-build docs-lint", @@ -125,6 +125,7 @@ "postcss-cli": "^6.1.3", "rollup": "^1.21.4", "rollup-plugin-babel": "^4.3.3", + "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-istanbul": "^2.0.1", "rollup-plugin-node-resolve": "^5.2.0", "serve": "^11.1.0", |
