We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9463e1 commit 2a79ed9Copy full SHA for 2a79ed9
1 file changed
.github/workflows/npm-publish.yml
@@ -15,8 +15,8 @@ jobs:
15
- uses: actions/setup-node@v2
16
with:
17
node-version: 14
18
+ - run: npm build
19
- run: npm ci
- - run: npm test
20
21
publish-npm:
22
needs: build
0 commit comments