refactor(npmtasks): simplify dev task
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c --environment NODE_ENV:production",
|
"build": "rollup -c --environment NODE_ENV:production",
|
||||||
"start": "rollup -w -c",
|
"start": "rollup -w -c",
|
||||||
"dev": "cd example && npm start",
|
"dev": "npm start & cd example && npm start",
|
||||||
"build:example": "npm install && cd example && npm install && npm run build",
|
"build:example": "npm install && cd example && npm install && npm run build",
|
||||||
"dev:wait": "start-server-and-test dev http-get://localhost:3000",
|
"dev:wait": "start-server-and-test dev http-get://localhost:3000",
|
||||||
"cy:run": "cypress run",
|
"cy:run": "cypress run",
|
||||||
|
|||||||
Reference in New Issue
Block a user