We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bec9a9 commit c9a808eCopy full SHA for c9a808e
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
version: latest
25
- name: Install dependencies
26
- run: pnpm install && aftman install
+ run: pnpm install && aftman install && pnpm install -g roblox-ts
27
- name: Build
28
run: mkdir -p out && pnpm transpile && pnpm build
29
- name: Upload build
0 commit comments