Skip to content

Commit

Permalink
fix: goodid dev start script
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Jan 1, 2025
1 parent e76e9a8 commit 8b0d2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"web": "npm run lingui:compile && NODE_OPTIONS=\"--openssl-legacy-provider\" vite",
"goodid": "export REACT_APP_INDEXJS='./src/index.fv.jsx' && NODE_OPTIONS=\"--openssl-legacy-provider\" vite",
"goodid": "REACT_APP_INDEXJS='./src/index.fv.jsx' NODE_OPTIONS=\"--openssl-legacy-provider\" vite",
"android": "npm run lingui:compile && ENVFILE=.env; npm run copy:gdfont && npm run animation:assets && NODE_OPTIONS=\"--openssl-legacy-provider\" react-native run-android",
"ios": "npm run lingui:compile && ENVFILE=.env; npm run animation:assets && NODE_OPTIONS=\"--openssl-legacy-provider\" react-native run-ios",
"start:native": "react-native start",
Expand Down

0 comments on commit 8b0d2f1

Please sign in to comment.