Skip to content

Commit

Permalink
Update dev:* NPM scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Jun 26, 2020
1 parent e5d922c commit 55cedf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
],
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",
"dev:build": "rollup -c -w",
"dev:serve": "sirv ./dev -s -q -D",
"dev:build": "rollup -c -w --no-watch.clearScreen",
"dev:serve": "sirv ./dev -s -D -p 8629",
"dev": "run-p dev:*",
"test:lint": "eslint .",
"test:size": "size-limit",
Expand Down

0 comments on commit 55cedf0

Please sign in to comment.