Skip to content

Commit 54d0450

Browse files
committed
Use the correct npm script to build and also build in test workflow
1 parent a729883 commit 54d0450

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: npm ci
5555

5656
- name: Build
57-
run: npm run compile
57+
run: npm run build
5858

5959
- name: Lint
6060
run: npm run lint

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Install
1616
run: npm ci
1717

18+
- name: Build
19+
run: npm run build
20+
1821
- name: Lint
1922
run: npm run lint
2023

0 commit comments

Comments
 (0)