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 53306c0 commit 9db60d0Copy full SHA for 9db60d0
.github/workflows/npmpublish.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: npm test
17
18
publish-npm:
19
- needs: build
+ needs: test
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v2
0 commit comments