mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 18:50:34 +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",
|
"build": "yarn clean && rollup -c build/rollup.config.js",
|
||||||
"clean": "rimraf dist/*",
|
"clean": "rimraf dist/*",
|
||||||
"coverage": "codecov",
|
"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": "vuepress dev --host 0.0.0.0 --port 3000 docs",
|
||||||
"docs:build": "vuepress build docs",
|
"docs:build": "vuepress build docs",
|
||||||
"lint": "eslint --ext .js,.ts src test examples",
|
"lint": "eslint --ext .js,.ts src test examples",
|
||||||
|
|||||||
Reference in New Issue
Block a user