Less typing to run the examples
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user