Skip to content

Commit

Permalink
add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 2, 2024
1 parent 096d85c commit 5e64a84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/typescript-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
- name: Install Dependencies
working-directory: ./js
run: pnpm install --frozen-lockfile -r
- name: Run Prebuild
- name: Pre-Build
working-directory: ./js
run: pnpm run -r prebuild
- name: Build
working-directory: ./js
run: pnpm run -r build
- name: Formatting
working-directory: ./js
run: |
Expand Down

0 comments on commit 5e64a84

Please sign in to comment.