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 86805c2 commit 4403188Copy full SHA for 4403188
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: 18.x
18
- run: npm ci
19
- run: npm test
20
- - run: npm build-test-types
+ - run: npm run build-test-types
21
22
publish-npm:
23
needs: build
0 commit comments