File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 77 - node :
88 version : v20.11.1
99 yarn : 1.22.22
10+ - custom :
11+ name : Install NPM dependencies
12+ met? : ls -l | grep node_modules
13+ meet : |
14+ yarn
1015 - custom :
1116 name : Install gems
1217 met? : (cd sample/ios && bundle check)
@@ -49,9 +54,9 @@ commands:
4954 clean :
5055 desc : ' rm -rf all generated directories'
5156 run : |
52- yarn clean
5357 yarn module clean
5458 yarn sample clean
59+ yarn clean
5560 echo "✅ Cleaned root, module and sample workspaces"
5661
5762 fix :
Original file line number Diff line number Diff line change 1515 " modules/**/*"
1616 ],
1717 "scripts" : {
18- "clean" : " watchman watch-del ." ,
18+ "clean" : " rm -rf node_modules; watchman watch-del . || true " ,
1919 "sample" : " yarn workspace sample" ,
2020 "module" : " yarn workspace @shopify/checkout-sheet-kit" ,
2121 "pod-install" : " (cd sample/ios && bundle install && bundle exec pod repo update && bundle exec pod cache clean --all && bundle exec pod install --repo-update)" ,
You can’t perform that action at this time.
0 commit comments