Skip to content

Commit 74cec96

Browse files
committed
ci: fix typo on build step
1 parent 2d5ff05 commit 74cec96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm ci
3434

3535
- name: Build
36-
run: npm build
36+
run: npm run build
3737

3838
- name: Lint
3939
run: npm run lint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm ci
2626

2727
- name: Build
28-
run: npm build
28+
run: npm run build
2929

3030
- name: Publish package on npm
3131
run: npm publish

0 commit comments

Comments
 (0)