Skip to content

Commit 12b3910

Browse files
committed
ci: Add package-lock.
1 parent f22c2fa commit 12b3910

File tree

2 files changed

+14242
-0
lines changed

2 files changed

+14242
-0
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Publish
3535
run: |
3636
npm ci
37+
npm run build
3738
npm publish
3839
env:
3940
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -54,6 +55,7 @@ jobs:
5455
- name: Publish
5556
run: |
5657
npm ci
58+
npm run build
5759
npm publish
5860
env:
5961
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)