chore(readme): dev tasks

This commit is contained in:
moklick
2021-02-23 19:05:56 +01:00
parent c5a8f6ba05
commit 5aa22f6b5f
2 changed files with 12 additions and 7 deletions
-1
View File
@@ -14,7 +14,6 @@
"start": "rollup -w -c",
"start:examples": "cd example && npm start",
"build:examples": "cd example && npm run build",
"dev": "npm run build && npm run start && npm run start:examples",
"start:testserver": "npm run build && npm run start:examples",
"build:dev": "npm install && cd example && npm install && npm run build",
"dev:wait": "start-server-and-test start:testserver http-get://localhost:3000",