From 0659a8d04bb01d35c1c50bf019381298ec1f3859 Mon Sep 17 00:00:00 2001 From: moklick Date: Wed, 9 Oct 2019 21:59:18 +0200 Subject: [PATCH] fix(build:dev): add npm install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04c2500f..265d04bd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "build": "rollup -c --environment NODE_ENV:production", "start": "rollup -w -c", "dev": "cd example && npm start", - "build:example": "npm install && cd example && 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", "cy:run": "cypress run", "cy:open": "cypress open",