Skip to content

Commit 925bb06

Browse files
authored
ci: update build.yaml & release.yaml (#426)
1 parent 4b7cb88 commit 925bb06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: unit tests
3434
run: npm run tests
3535
- name: build
36-
run: npm run rollup
36+
run: npm run build
3737

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: install dependencies
2525
run: npm ci
2626
- name: build
27-
run: npm run rollup
27+
run: npm run build
2828
- name: release
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)