mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
add modularity integration test
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user