Skip to content

Commit

Permalink
📦️ Packege: updtead build script
Browse files Browse the repository at this point in the history
script may have been causing issues with the deployement on vervcel
  • Loading branch information
rcmtcristian committed Jan 24, 2024
1 parent 0bf6da6 commit 950c1b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
"backend:development": "nodemon app.js",
"frontend:build": "webpack --progress --config webpack.config.build.js",
"frontend:development": "webpack serve --progress --config webpack.config.development.js",
"start": "set NODE_OPTIONS=--openssl-legacy-provider && concurrently --kill-others \"npm run backend:development\" \"npm run frontend:development\""
"start": "concurrently --kill-others \"npm run backend:development\" \"npm run frontend:development\""
,
"start:development": "set NODE_OPTIONS=--openssl-legacy-provider && concurrently --kill-others \"npm run backend:development\" \"npm run frontend:development\""
},
"repository": {
"type": "git",
"url": "https://github.com/rcmtcristian/Poline"
},
"keywords": [],
"author": "rcmtcristian ",
"author": "rcmtcristian <",
"license": "ISC",
"bugs": {
"url": "https://github.com/rcmtcristian/Poline/issues"
Expand Down

0 comments on commit 950c1b0

Please sign in to comment.