Skip to content

Commit 588945e

Browse files
committed
ci(release): npm-script fix
1 parent 55c7d99 commit 588945e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
version: latest
3636
run_install: true
3737

38-
- name: Test
39-
timeout-minutes: 10
38+
- name: Build
4039
run: |
41-
npm run build:core
40+
npm run build
4241
4342
- name: Create Release
4443
id: create_release

0 commit comments

Comments
 (0)