File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 77 "access" : " public" ,
88 "baseBranch" : " main" ,
99 "updateInternalDependencies" : " patch" ,
10- "ignore" : [" next" ]
10+ "ignore" : [
11+ " next" ,
12+ " create-expo-app-with-gluestack-ui" ,
13+ " create-gluestack-v2-app" ,
14+ " create-rn-app-with-gluestack-ui" ,
15+ " create-ui-library-with-gluestack-ui" ,
16+ " gluestack-ui" ,
17+ " @gluestack/cli-utils"
18+ ]
1119}
Original file line number Diff line number Diff line change 1818 uses : actions/setup-node@v3
1919 with :
2020 node-version : ' 18.x'
21+ - name : Install dependencies (prevent updates to lock file)
22+ run : yarn
23+ - name : Install dependencies (prevent updates to lock file)
24+ run : yarn
25+ - name : Building
26+ run : yarn build
2127 - name : Publish to npm
2228 id : changesets
2329 uses : changesets/action@v1
You can’t perform that action at this time.
0 commit comments