Skip to content

Commit

Permalink
Bundle with spago verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed Oct 19, 2023
1 parent 17fa8c5 commit 2ba53b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
include:
# TEMPORARY
# - os: ubuntu-latest
# - os: macOS-latest
- os: windows-latest
Expand Down Expand Up @@ -73,11 +74,13 @@ jobs:
run: spago build

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

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

- name: LS - Temporary
run: |
./bin/index.dev.js bundle -p docs-search-client-halogen
ls .
ls bin
Expand Down

0 comments on commit 2ba53b6

Please sign in to comment.