File tree Expand file tree Collapse file tree 6 files changed +13
-1
lines changed Expand file tree Collapse file tree 6 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1919 ],
2020 "scripts" : {
2121 "build" : " father build" ,
22- "clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache"
22+ "clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache" ,
23+ "doctor" : " father doctor" ,
24+ "prepublishOnly" : " npm run doctor && npm run build"
2325 },
2426 "publishConfig" : {
2527 "access" : " public" ,
Original file line number Diff line number Diff line change 2424 "build" : " father build" ,
2525 "clean" : " rm -rf es lib dist build coverage .eslintcache" ,
2626 "cov" : " jest --coverage" ,
27+ "doctor" : " father doctor" ,
28+ "prepublishOnly" : " npm run doctor && npm run build" ,
2729 "start" : " father dev" ,
2830 "test" : " jest"
2931 },
Original file line number Diff line number Diff line change 2525 "changelog" : " conventional-changelog -p gitmoji-config -i CHANGELOG.md -s -r 0" ,
2626 "clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache" ,
2727 "cov" : " jest --coverage" ,
28+ "doctor" : " father doctor" ,
29+ "prepublishOnly" : " npm run doctor && npm run build" ,
2830 "release" : " yarn build && yarn release:only" ,
2931 "release:only" : " yarn publish" ,
3032 "start" : " father dev" ,
Original file line number Diff line number Diff line change 2020 "build" : " father build" ,
2121 "clean" : " rm -rf es lib dist build coverage .eslintcache" ,
2222 "cov" : " jest --coverage" ,
23+ "doctor" : " father doctor" ,
24+ "prepublishOnly" : " npm run doctor && npm run build" ,
2325 "test" : " jest"
2426 },
2527 "dependencies" : {
Original file line number Diff line number Diff line change 2020 "build" : " father build" ,
2121 "clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache" ,
2222 "cov" : " jest --coverage" ,
23+ "doctor" : " father doctor" ,
24+ "prepublishOnly" : " npm run doctor && npm run build" ,
2325 "test" : " jest"
2426 },
2527 "dependencies" : {
Original file line number Diff line number Diff line change 2929 "build" : " father build" ,
3030 "clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache" ,
3131 "cov" : " jest --coverage" ,
32+ "doctor" : " father doctor" ,
33+ "prepublishOnly" : " npm run doctor && npm run build" ,
3234 "start" : " father dev" ,
3335 "test" : " jest" ,
3436 "test:cov" : " jest --coverage" ,
You can’t perform that action at this time.
0 commit comments