fix(build:dev): add npm install

This commit is contained in:
moklick
2019-10-09 21:54:11 +02:00
parent 73b28d8baf
commit 372109dbc1

View File

@@ -50,7 +50,7 @@
"build": "rollup -c --environment NODE_ENV:production",
"start": "rollup -w -c",
"dev": "cd example && npm start",
"build:example": "cd example && npm run build",
"build:example": "npm install && cd example && npm run build",
"dev:wait": "start-server-and-test dev http-get://localhost:3000",
"cy:run": "cypress run",
"cy:open": "cypress open",