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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user