Skip to content

Commit

Permalink
fix: dont call clean before starting dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Apr 3, 2021
1 parent 2b8c5e8 commit 683ea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build": "yarn clean && rollup -c build/rollup.config.js",
"clean": "rimraf dist/*",
"coverage": "codecov",
"dev": "yarn clean && node examples/server.js",
"dev": "node examples/server.js",
"docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
"docs:build": "vuepress build docs",
"lint": "eslint --ext .js,.ts src test examples",
Expand Down

0 comments on commit 683ea9c

Please sign in to comment.