Skip to content

Commit

Permalink
Merge pull request #113 from davideshay/fixes113
Browse files Browse the repository at this point in the history
Fix running of pre-build scripts
  • Loading branch information
davideshay authored Dec 8, 2023
2 parents efbfbba + 7f4a691 commit 241b009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"ionic:serve:before": "bin/updateenv.sh && cp env-config.js ./public/env-config.js",
"start": "vite --host",
"ionic:build:before": "bin/updateenv.sh && cp env-config.js ./public/env-config.js",
"prebuild": "bin/updateenv.sh && cp env-config.js ./public/env-config.js",
"build": "tsc && vite build",
"sync": "npm run build && ionic cap sync --no-build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
Expand Down

0 comments on commit 241b009

Please sign in to comment.