[go: nahoru, domu]

Skip to content

Commit

Permalink
updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
DheerajQblocks committed Apr 9, 2024
1 parent d14c685 commit 4edcc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"start": "react-scripts start",
"start-backend": "cd backend && source venv/bin/activate && python app.py",
"build": "react-scripts build",
"build": "NODE_OPTIONS='--openssl-legacy-provider' react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 4edcc6d

Please sign in to comment.