Skip to content

Commit

Permalink
It doesnt build properly without dev dependencies...
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Jun 24, 2024
1 parent d4fa443 commit 5cebf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mkdir ./wasm
mv ./kaspa-wasm32-sdk/web/kaspa/* ./wasm
- name: Install Dependencies
run: bun install --production
run: bun install
- name: Build Kaspian
run: bun run build
- name: Upload Dist as Artifact
Expand Down

0 comments on commit 5cebf59

Please sign in to comment.