Skip to content

Commit

Permalink
Extra commando -> build all frontends.
Browse files Browse the repository at this point in the history
  • Loading branch information
koencaerels committed Jan 17, 2024
1 parent c386b00 commit b46a9ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php_build_and_qa_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ jobs:
npm run build-only
## —— Testing ————————————————————————————————————————————————————————————
# - name: Execute tests (Unit & Integration Tests) via PestPHP
# - name: Execute tests (Unit & Feature Tests) via PestPHP
# run: ./vendor/bin/pest
2 changes: 1 addition & 1 deletion frontends/member_module/.env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VITE_API_URL=http://localhost.charlesproxy.com:8080/mm/api
VITE_VERSION=0.9.0
VITE_VERSION=0.0.1
2 changes: 1 addition & 1 deletion frontends/member_module/.env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VITE_API_URL=/mm/api
VITE_VERSION=0.9.0
VITE_VERSION=0.0.1
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"cypress": "cypress open"
"cypress": "cypress open",
"build-admin": "rm -rf public/mm_module/assets/ && cd frontends/member_module && npm run build-only",
"build-all": "yarn build && yarn build-admin"
},
"dependencies": {
"@oruga-ui/oruga-next": "^0.5.9",
Expand Down

0 comments on commit b46a9ef

Please sign in to comment.