fix(dev:build): build lib

This commit is contained in:
moklick
2021-02-23 19:13:55 +01:00
parent 14dd2da402
commit d30526e0fa
+1 -1
View File
@@ -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",