We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e0b67 commit 1c89de5Copy full SHA for 1c89de5
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install modules
17
run: npm ci --ignore-scripts
18
- name: Build
19
- run: npm run build:prod
+ run: npm run build
20
- name: Test
21
run: npm run test
22
- name: Generate docs
0 commit comments