We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5137019 commit 8886725Copy full SHA for 8886725
1 file changed
.github/workflows/publish.yaml
@@ -9,7 +9,7 @@ jobs:
9
with:
10
node-version: 10
11
- run: npm install
12
- - run: npm test
+ - run: npm run build
13
- uses: JS-DevTools/npm-publish@v1
14
15
token: ${{ secrets.NPM_TOKEN }}
0 commit comments