feat: warn if run instant prototyping in a project directory (#3508)

closes #2473
This commit is contained in:
Haoqun Jiang
2019-02-28 15:04:35 +08:00
committed by GitHub
parent f5b174ff79
commit 2de215e849
3 changed files with 69 additions and 6 deletions
+1 -1
View File
@@ -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",