Skip to content

Commit f099e40

Browse files
committed
build: fix compile with build command
1 parent ed28137 commit f099e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install dependencies
7373
run: npm ci
7474
- name: Run Build
75-
run: npm run compile
75+
run: npm run build
7676
- name: Semantic Release
7777
uses: cycjimmy/semantic-release-action@v2
7878
with:

0 commit comments

Comments
 (0)