Skip to content

Commit e5377ba

Browse files
Update GitHub Actions workflow to use 'npm run release' for building
1 parent 1c11ceb commit e5377ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm ci
2424

2525
- name: Build
26-
run: npm run build
26+
run: npm run release
2727

2828
- name: Publish to NPM
2929
run: npm publish

0 commit comments

Comments
 (0)