mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-23 04:58:56 -05:00
feat: warn if run instant prototyping in a project directory (#3508)
closes #2473
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
"pretest": "yarn clean",
|
||||
"lint": "eslint --fix packages/**/*.js packages/**/bin/*",
|
||||
"check-links": "node scripts/checkLinks.js",
|
||||
"clean": "rimraf packages/test/*",
|
||||
"clean": "rimraf packages/test/* packages/**/temp/*",
|
||||
"sync": "node scripts/syncDeps.js",
|
||||
"boot": "node scripts/bootstrap.js",
|
||||
"release": "yarn --pure-lockfile && yarn clean && node scripts/release.js",
|
||||
|
||||
Reference in New Issue
Block a user