Skip to content

Commit

Permalink
fix: build type
Browse files Browse the repository at this point in the history
  • Loading branch information
arthaud-proust committed Oct 19, 2023
1 parent f7b58eb commit 22f0bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build on main

on:
push:
branches: ["main"]
branches: ["main", "fix/ci"]

jobs:
build:
Expand All @@ -18,6 +18,7 @@ jobs:
git config user.email [email protected]
git config push.default current
git checkout -b release/main
php artisan artisan typescript:transform
npm run build
git add --force public/build
git commit -m "build"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"types": "./vendor/bin/sail artisan typescript:transform",
"dev": "npm run types && vite",
"build": "npm run types && vue-tsc && vite build",
"build": "vue-tsc && vite build",
"setup": "./setup.sh",
"sail": "./vendor/bin/sail up -d"
},
Expand Down

0 comments on commit 22f0bd9

Please sign in to comment.