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 7
7
- node :
8
8
version : v20.11.1
9
9
yarn : 1.22.22
10
+ - custom :
11
+ name : Install NPM dependencies
12
+ met? : ls -l | grep node_modules
13
+ meet : |
14
+ yarn
10
15
- custom :
11
16
name : Install gems
12
17
met? : (cd sample/ios && bundle check)
@@ -49,9 +54,9 @@ commands:
49
54
clean :
50
55
desc : ' rm -rf all generated directories'
51
56
run : |
52
- yarn clean
53
57
yarn module clean
54
58
yarn sample clean
59
+ yarn clean
55
60
echo "✅ Cleaned root, module and sample workspaces"
56
61
57
62
fix :
Original file line number Diff line number Diff line change 15
15
" modules/**/*"
16
16
],
17
17
"scripts" : {
18
- "clean" : " watchman watch-del ." ,
18
+ "clean" : " rm -rf node_modules; watchman watch-del . || true " ,
19
19
"sample" : " yarn workspace sample" ,
20
20
"module" : " yarn workspace @shopify/checkout-sheet-kit" ,
21
21
"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