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 20386c5 commit ef12fb9Copy full SHA for ef12fb9
.github/workflows/run_unit_tests.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: npm install
28
- name: Build package in production mode
29
- run: npm run build:prod
+ run: npm run build
30
- name: Lint with standard
31
run: npm run lint
32
- name: Test with jest
0 commit comments