Skip to content

Commit f9b4d19

Browse files
author
Jay Nanduri
committed
added copy step to build
1 parent 7850473 commit f9b4d19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
node-version: 12
1818
registry-url: https://npm.pkg.github.com/
1919
- run: npm ci
20+
- name: npm build
21+
run: npm run build
2022
- name: Set up NPM authentication
2123
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
2224
- run: npm publish --access public

0 commit comments

Comments
 (0)