Skip to content

Commit 237fb46

Browse files
committed
Fix npm script
1 parent 12c2bfa commit 237fb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- run: npm ci
2626

27-
- run: npm run compile
27+
- run: npm run build
2828

2929
- name: Get artifact name
3030
id: get-artifact-name

0 commit comments

Comments
 (0)