From d30526e0faf3dfcd88a0f91f63d89cde60874b7d Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 23 Feb 2021 19:13:55 +0100 Subject: [PATCH] fix(dev:build): build lib --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42e1c7f9..cd994332 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "start:examples": "cd example && npm start", "build:examples": "cd example && npm run build", "start:testserver": "npm run build && npm run start:examples", - "build:dev": "npm install && cd example && npm install && npm run build", + "build:dev": "npm install && npm run build && cd example && npm install && npm run build", "dev:wait": "start-server-and-test start:testserver http-get://localhost:3000", "test": "npm run dev:wait test:chrome", "test:chrome": "cypress run --browser chrome --headless",