Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed Nov 11, 2023
1 parent 5c8562a commit f2d1900
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 @@ -71,13 +71,13 @@ jobs:
run: spago install

- name: Build the project
run: spago build
run: spago build -v

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

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

- name: LS - Temporary
run: |
Expand Down

0 comments on commit f2d1900

Please sign in to comment.