Skip to content

Commit

Permalink
fix: missing install step
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBrunhage committed May 11, 2024
1 parent dc736bb commit 2eaa309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: make install
- run: make build
- run: make publish
env:
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
list:
@grep '^[^#[:space:]].*:' Makefile
install:
pnpm install
build:
npm run build
watch:
Expand Down

0 comments on commit 2eaa309

Please sign in to comment.