Less typing to run the examples

This commit is contained in:
Tim Schaub
2018-11-12 17:02:41 +01:00
parent afc64258af
commit edaa615333

View File

@@ -15,6 +15,7 @@
"test-rendering": "node rendering/test.js",
"test": "npm run karma -- --single-run --log-level error && npm run test-rendering -- --force",
"karma": "karma start test/karma.config.js",
"start": "npm run serve-examples",
"serve-examples": "webpack-dev-server --config examples/webpack/config.js --mode development --watch",
"build-examples": "webpack --config examples/webpack/config.js --mode production",
"build-package": "npm run transpile && npm run copy-css && node tasks/prepare-package && cp README.md build/ol",