Commit 6988a03 1 parent 68bd638 commit 6988a03 Copy full SHA for 6988a03
File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 9
9
"install-hooks" : " mookme init --only-hook --skip-types-selection" ,
10
10
"lint" : " lerna run lint" ,
11
11
"lint:fix" : " lerna run lint:fix" ,
12
+ "clean" : " rm -rf packages/web/build* && cd packages/mobile && npm run clean:auto && cd ../.." ,
13
+ "clean:modules" : " rm -rf node_modules && rm -rf packages/*/node_modules" ,
12
14
"WEB========================================" : " " ,
13
15
"web:dev" : " cd packages/web && npm run start:dev" ,
14
16
"web:stage" : " cd packages/web && npm run start:stage" ,
Original file line number Diff line number Diff line change 38
38
"typecheck:watch" : " tsc --watch" ,
39
39
"typecheck:trace" : " tsc --generateTrace tsc_trace" ,
40
40
"clean" : " react-native-clean-project" ,
41
+ "clean:auto" : " react-native clean-project-auto" ,
41
42
"preinstall" : " npm-force-resolutions" ,
42
43
"postinstall" : " patch-package" ,
43
44
"verify" : " concurrently \" npm:typecheck\" \" npm:lint:fix\" "
You can’t perform that action at this time.
0 commit comments