Skip to content

Commit

Permalink
just init to install node packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Dec 16, 2023
1 parent eec81b9 commit 096155c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
sudo apt autoremove -y
- name: install just
uses: extractions/setup-just@v1
- run: just init
- run: just demo
- name: publish to cloudflare pages
uses: cloudflare/pages-action@v1
Expand Down
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ build:

demo: build
cd demo && ./node_modules/.bin/vite build --watch --mode=development --minify=false --sourcemap=inline --debug

init:
bun install
cd demo && bun install

0 comments on commit 096155c

Please sign in to comment.