Skip to content

Commit 3fdc74f

Browse files
ci: update to new script names
1 parent 8689d7e commit 3fdc74f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343

4444
- name: Lint
45-
run: |
46-
pnpm lint
45+
run: pnpm lint
4746

4847
- name: Compile
49-
run: pnpm build-prod
48+
run: pnpm prod:build
5049

5150
- name: Build project
5251
run: rojo build ./build.project.json --output place.rbxlx

.github/workflows/release-development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Compile
50-
run: pnpm build-dev --verbose
50+
run: pnpm dev:build --verbose
5151

5252
- name: Build project
5353
run: rojo build ./default.project.json --output place.rbxlx

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Compile
57-
run: pnpm build-prod --verbose
57+
run: pnpm prod:build --verbose
5858

5959
- name: Build project
6060
run: rojo build ./build.project.json --output place.rbxlx

0 commit comments

Comments
 (0)