We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0c8f5 commit 075175eCopy full SHA for 075175e
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install front-end dependencies
38
run: |
39
npm install
40
- npm run dev
+ npm run build
41
42
- name: Run Testsuite
43
run: vendor/bin/pest tests/
0 commit comments