File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 31
31
cache : ' pnpm'
32
32
- name : Build Playground
33
33
run : |
34
- pnpm install
35
- pnpm build:playground
34
+ pnpm install --frozen-lockfile
35
+ pnpm build
36
+ pnpm playground
36
37
- name : Deploy 🚀
37
38
uses : JamesIves/github-pages-deploy-action@v4.7.2
38
39
with :
Original file line number Diff line number Diff line change 39
39
cache : ' pnpm'
40
40
- name : Build Playground
41
41
run : |
42
- pnpm install
43
- pnpm build:playground
42
+ pnpm install --frozen-lockfile
43
+ pnpm build
44
+ pnpm playground
44
45
- uses : rossjrw/pr-preview-action@v1.6.0
45
46
with :
46
47
action : deploy
Original file line number Diff line number Diff line change 14
14
"test" : " vitest" ,
15
15
"lint" : " prettier -c '**/*.ts'" ,
16
16
"pretty" : " prettier -w '**/*.ts'" ,
17
- "build: playground" : " pnpm build && pnpm --dir packages/playground build"
17
+ "playground" : " pnpm --dir packages/playground build"
18
18
},
19
19
"devDependencies" : {
20
20
"@types/node" : " ^18.19.70" ,
You can’t perform that action at this time.
0 commit comments