Skip to content

Commit

Permalink
fix composer script error code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Jan 21, 2024
1 parent 6e88e08 commit 459b63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-typescript-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version: '20.x'
- run: npm ci
- run: npm run lint:fix
- run: composer generate-typescript
- run: npm run lint:fix
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v17
id: verify-changed-files
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@php ./vendor/bin/phpstan analyse --memory-limit=2G --configuration=phpstan.neon"
],
"generate-typescript": [
"@php artisan model:typer > ./resources/js/types/models.ts"
"@php artisan model:typer > ./resources/js/types/models.ts || true"
],
"ptest": [
"@php artisan test --parallel --colors=always --stop-on-failure"
Expand Down

0 comments on commit 459b63e

Please sign in to comment.