forked from trent_larson/crowd-funder-for-time-pwa
fix(build): resolve shell script export error in .env.development
Fixed malformed comment in .env.development that was causing "export: production).=: not a valid identifier" error in build scripts. The comment was split across lines, causing the shell to interpret " production)." as a variable assignment. - Removed malformed comment line that was breaking build:web script - Build script now successfully validates environment and starts server - Resolves issue preventing Playwright tests from running properly
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -96,7 +96,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/assets": "^3.0.5",
|
||||
"@playwright/test": "^1.45.2",
|
||||
"@playwright/test": "^1.54.2",
|
||||
"@types/dom-webcodecs": "^0.1.7",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
|
||||
Reference in New Issue
Block a user