Skip to content

Commit 6934812

Browse files
committed
build: change to npm build all
1 parent e516c34 commit 6934812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

2020
- run: npm ci
2121

22-
- run: npm run build --if-present
22+
- run: npm run build:all
2323

2424
- run: npm run test:all
2525

0 commit comments

Comments
 (0)