diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3318a15..dc3c1c2 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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: diff --git a/Makefile b/Makefile index 90f48ab..0c2f2be 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ list: @grep '^[^#[:space:]].*:' Makefile +install: + pnpm install build: npm run build watch: