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 29bceea
Show file tree
Hide file tree
Showing 2 changed files with 4 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
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ build:

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

init:
bun install

0 comments on commit 29bceea

Please sign in to comment.