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 f049a35 commit f208460Copy full SHA for f208460
.github/workflows/publish.yml
@@ -20,6 +20,7 @@ jobs:
20
node-version: 16
21
registry-url: https://registry.npmjs.org/
22
cache: pnpm
23
+ - run: pnpm install
24
- run: pnpm test
25
- run: pnpm publish
26
env:
.github/workflows/test.yml
@@ -23,4 +23,5 @@ jobs:
with:
27
0 commit comments