Skip to content

Commit

Permalink
Bundle in a cross platform way
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed Nov 13, 2023
1 parent 74f5f23 commit a4db067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
run: spago build

- name: Bootstrap executable
run: spago bundle -p spago-bin
run: node ./bin/index.dev.js bundle -p spago-bin

- name: Bundle docs-search client
run: spago bundle -p docs-search-client-halogen
run: node ./bin/bundle.js -p docs-search-client-halogen

- name: Run tests
run: spago test
run: node ./bin/bundle.js test

- name: Check formatting (Linux only)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit a4db067

Please sign in to comment.