refactor(rollup): cleanup tasks
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user