Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit bf85413

Browse files
committed
added npm workflow mod fix
1 parent 783495d commit bf85413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

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 build
12+
- run: npm run build
1313
- uses: JS-DevTools/npm-publish@v1
1414
with:
1515
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)