Skip to content

Commit f8c4fda

Browse files
fix(dev): use correct build scripts
1 parent 51557f9 commit f8c4fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 dev:build --verbose
50+
run: npx rbxtsc --verbose
5151

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean": "npx rimraf out/ && npx rimraf dist",
1313
"commit": "commit",
1414
"darklua": "darklua process out dist --verbose",
15-
"dev:build": "npx rbxtsc",
15+
"dev:build": "rbxts-build build",
1616
"dev:compile": "rbxts-build compile",
1717
"dev:open": "rbxts-build open",
1818
"dev:restart": "pnpm run dev:stop && pnpm run dev:start",

0 commit comments

Comments
 (0)