refactor(rollup): cleanup tasks

This commit is contained in:
moklick
2021-01-20 14:35:09 +01:00
parent 27a98d6a8f
commit 301e2100a1
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"start:examples": "rollup -c rollup.examples.js -w",
"build:examples": "rollup -c rollup.examples.js --environment NODE_ENV:production",
"dev": "npm run start:examples",
"start:testserver": "npm run build && rollup -c rollup.examples.js -w --environment NODE_ENV:testing",
"start:testserver": "rollup -c --environment NODE_ENV:testing && rollup -c rollup.examples.js -w --environment NODE_ENV:testing",
"build:dev": "npm install && npm run build:examples",
"dev:wait": "start-server-and-test start:testserver http-get://localhost:3000",
"test": "npm run dev:wait test:chrome",