2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-08 21:32:24 +03:00

fix: dont call clean before starting dev server

This commit is contained in:
pimlie
2021-04-03 19:17:28 +02:00
parent 2b8c5e8866
commit 683ea9c076
+1 -1
View File
@@ -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",