Skip to content

Commit 7a5802e

Browse files
authored
Update npm-publish.yml
1 parent 6519dfe commit 7a5802e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 16
1818
- run: npm ci
19-
- run: npm build
19+
- run: npm run build
2020
- run: npm test
2121

2222
publish-npm:
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 16
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
32-
- run: npm build
32+
- run: npm run build
3333
- run: npm publish --access=public
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTOMATION}}

0 commit comments

Comments
 (0)