Skip to content

Commit 1c89de5

Browse files
committed
fix(ci): old commands
1 parent 35e0b67 commit 1c89de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install modules
1717
run: npm ci --ignore-scripts
1818
- name: Build
19-
run: npm run build:prod
19+
run: npm run build
2020
- name: Test
2121
run: npm run test
2222
- name: Generate docs

0 commit comments

Comments
 (0)