Skip to content

Commit 8886725

Browse files
committed
updated publish action
1 parent 5137019 commit 8886725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
node-version: 10
1111
- run: npm install
12-
- run: npm test
12+
- run: npm run build
1313
- uses: JS-DevTools/npm-publish@v1
1414
with:
1515
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)