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 19
19
],
20
20
"scripts" : {
21
21
"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"
23
25
},
24
26
"publishConfig" : {
25
27
"access" : " public" ,
Original file line number Diff line number Diff line change 24
24
"build" : " father build" ,
25
25
"clean" : " rm -rf es lib dist build coverage .eslintcache" ,
26
26
"cov" : " jest --coverage" ,
27
+ "doctor" : " father doctor" ,
28
+ "prepublishOnly" : " npm run doctor && npm run build" ,
27
29
"start" : " father dev" ,
28
30
"test" : " jest"
29
31
},
Original file line number Diff line number Diff line change 25
25
"changelog" : " conventional-changelog -p gitmoji-config -i CHANGELOG.md -s -r 0" ,
26
26
"clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache" ,
27
27
"cov" : " jest --coverage" ,
28
+ "doctor" : " father doctor" ,
29
+ "prepublishOnly" : " npm run doctor && npm run build" ,
28
30
"release" : " yarn build && yarn release:only" ,
29
31
"release:only" : " yarn publish" ,
30
32
"start" : " father dev" ,
Original file line number Diff line number Diff line change 20
20
"build" : " father build" ,
21
21
"clean" : " rm -rf es lib dist build coverage .eslintcache" ,
22
22
"cov" : " jest --coverage" ,
23
+ "doctor" : " father doctor" ,
24
+ "prepublishOnly" : " npm run doctor && npm run build" ,
23
25
"test" : " jest"
24
26
},
25
27
"dependencies" : {
Original file line number Diff line number Diff line change 20
20
"build" : " father build" ,
21
21
"clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache" ,
22
22
"cov" : " jest --coverage" ,
23
+ "doctor" : " father doctor" ,
24
+ "prepublishOnly" : " npm run doctor && npm run build" ,
23
25
"test" : " jest"
24
26
},
25
27
"dependencies" : {
Original file line number Diff line number Diff line change 29
29
"build" : " father build" ,
30
30
"clean" : " rm -rf es lib dist build coverage src/.umi* .eslintcache" ,
31
31
"cov" : " jest --coverage" ,
32
+ "doctor" : " father doctor" ,
33
+ "prepublishOnly" : " npm run doctor && npm run build" ,
32
34
"start" : " father dev" ,
33
35
"test" : " jest" ,
34
36
"test:cov" : " jest --coverage" ,
You can’t perform that action at this time.
0 commit comments