Skip to content

Commit 42e45d2

Browse files
committed
Do npm run build during CI
1 parent ca763a0 commit 42e45d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
node-version-file: package.json
2323
cache: npm
2424

25-
- name: Install
26-
run: npm ci
25+
- run: npm ci
2726

28-
- name: Lint
29-
run: npm run lint
27+
- run: npm run lint
28+
29+
- run: npm run build

0 commit comments

Comments
 (0)