File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed
Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 turbo-
3737
3838 - name : Build
39- run : pnpm build
39+ run : pnpm build:packages
4040
4141 - name : Build site
42- run : pnpm -dir examples/sandbox build
42+ run : pnpm build:sandbox
4343
4444 - name : Upload Pages artifact
4545 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 3939 run : pnpm exec playwright install --with-deps chromium
4040
4141 - name : Run Build and Tests
42- run : pnpm run build-test:packages
43-
44- - name : Lint
45- run : pnpm test:lint
46-
47- - name : Run Playwright tests
48- run : pnpm test:e2e
49- env :
50- CI : true
42+ run : pnpm run build-test
5143
5244 - uses : actions/upload-artifact@v4
5345 if : always()
Original file line number Diff line number Diff line change 1313 "sandbox:ext" : " pnpm -dir examples/sandbox run dev:ext" ,
1414 "----------------------BUILD----------------------" : " " ,
1515 "build:packages" : " node --experimental-transform-types ./build.ts" ,
16+ "build:sandbox" : " pnpm -dir examples/sandbox run build" ,
1617 "build:ext" : " pnpm -dir extension run build" ,
1718 "build:types" : " tsc -b packages/*" ,
1819 "build" : " pnpm build:packages && pnpm build:ext" ,
2627 "build-test" : " pnpm run build && pnpm run test" ,
2728 "changeset" : " changeset" ,
2829 "version" : " pnpm changeset version && pnpm i --no-frozen-lockfile && git add ." ,
29- "publish" : " pnpm build && pnpm changeset publish"
30+ "publish" : " pnpm build:packages && pnpm changeset publish"
3031 },
3132 "devDependencies" : {
3233 "@changesets/cli" : " ^2.27.10" ,
You can’t perform that action at this time.
0 commit comments