File tree 5 files changed +3
-75
lines changed
5 files changed +3
-75
lines changed Original file line number Diff line number Diff line change 44
44
uses : ./.github/composite-actions/install
45
45
46
46
- name : Build Packages
47
- run : pnpm build:packages
47
+ run : pnpm build
48
48
49
49
lint :
50
50
needs : optimize_ci
@@ -112,7 +112,7 @@ jobs:
112
112
uses : ./.github/composite-actions/install
113
113
114
114
- name : Build Packages
115
- run : pnpm build:packages
115
+ run : pnpm build
116
116
117
117
- name : Install Yarn (if needed)
118
118
if : matrix.package_manager == 'yarn'
Original file line number Diff line number Diff line change 30
30
# Do not use the GITHUB_TOKEN by default
31
31
token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
32
32
33
- - name : Setup bun
34
- uses : oven-sh/setup-bun@v1
35
- with :
36
- bun-version : 1.0.35
37
-
38
33
- name : Install
39
34
uses : ./.github/composite-actions/install
40
35
41
- - name : Build
42
- run : pnpm build
43
-
44
36
- name : Create @nightly release
45
37
run : |
46
38
pnpm version-packages:nightly
Original file line number Diff line number Diff line change 31
31
# Do not use the GITHUB_TOKEN by default
32
32
token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
33
33
34
- - name : Setup bun
35
- uses : oven-sh/setup-bun@v1
36
- with :
37
- bun-version : 1.0.35
38
-
39
34
- name : Install
40
35
uses : ./.github/composite-actions/install
41
36
42
- - name : Build
43
- run : pnpm build:release
44
-
45
37
- name : Create release Pull Request or publish to NPM
46
38
id : changesets
47
39
uses : changesets/action@v1
Original file line number Diff line number Diff line change 24
24
"portal:build" : " turbo run build --filter=./apps/portal" ,
25
25
"dashboard" : " turbo run dev --filter=./apps/dashboard --filter=./packages/thirdweb" ,
26
26
"dashboard:build" : " turbo run build --filter=./apps/dashboard" ,
27
- "build:packages" : " turbo run build --filter=./packages/*" ,
28
27
"build" : " turbo run build --filter=./packages/*" ,
29
- "build:release" : " pnpm run build --filter=./packages/* --force" ,
28
+ "build:release" : " turbo run build --filter=./packages/* --force" ,
30
29
"test" : " turbo run test --filter=./packages/*" ,
31
30
"e2e" : " turbo run e2e --filter=./packages/*" ,
32
31
"bench" : " turbo run bench" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments