Commit 3fdc74f 1 parent 8689d7e commit 3fdc74f Copy full SHA for 3fdc74f
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,10 @@ jobs:
42
42
token : ${{ secrets.GITHUB_TOKEN }}
43
43
44
44
- name : Lint
45
- run : |
46
- pnpm lint
45
+ run : pnpm lint
47
46
48
47
- name : Compile
49
- run : pnpm build- prod
48
+ run : pnpm prod:build
50
49
51
50
- name : Build project
52
51
run : rojo build ./build.project.json --output place.rbxlx
Original file line number Diff line number Diff line change 47
47
token : ${{ secrets.GITHUB_TOKEN }}
48
48
49
49
- name : Compile
50
- run : pnpm build- dev --verbose
50
+ run : pnpm dev:build --verbose
51
51
52
52
- name : Build project
53
53
run : rojo build ./default.project.json --output place.rbxlx
Original file line number Diff line number Diff line change 54
54
token : ${{ secrets.GITHUB_TOKEN }}
55
55
56
56
- name : Compile
57
- run : pnpm build- prod --verbose
57
+ run : pnpm prod:build --verbose
58
58
59
59
- name : Build project
60
60
run : rojo build ./build.project.json --output place.rbxlx
You can’t perform that action at this time.
0 commit comments