We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ca676 commit 80ed3beCopy full SHA for 80ed3be
.github/workflows/publish.yaml
@@ -17,9 +17,8 @@ jobs:
17
with:
18
node-version: 18.x
19
cache: 'pnpm'
20
- - run: pnpm install --frozen-lockfile
+ - run: pnpm install --frozen-lockfile && pnpm build
21
- run: |
22
echo "//registry.npmjs.org/:_authToken="${{secrets.NPM_TOKEN}}"" > ~/.npmrc
23
shell: sh
24
- - run: pnpm build
25
- run: pnpm -r --filter='./packages/*' publish --access public
0 commit comments