Skip to content

Commit

Permalink
fix website build script
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Aug 8, 2023
1 parent 95bfc59 commit 801dd0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-cddl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
branches:
- main
paths-ignore:
- '.github/workflows/release-vscode-extension.yml'
- 'cddl-lsp/**'
- ".github/workflows/release-vscode-extension.yml"
- "cddl-lsp/**"

jobs:
compilation-check:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: "16"

- name: Install wasmpack
run: |
Expand Down Expand Up @@ -95,11 +95,11 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: "16"

- name: Build wasm
run: |
wasm-pack build --release --no-default-features --features web
wasm-pack build --release
- name: Build web
run: |
Expand Down

0 comments on commit 801dd0e

Please sign in to comment.