Skip to content

Commit

Permalink
Added scripts to test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
akashyeole committed Jan 13, 2024
1 parent 2e7638a commit ec57fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lerna": "^8.0.2"
},
"scripts": {
"start": "lerna run start --stream"
"start": "lerna run start --stream",
"build:remote": "lerna run build:frontendr"
}
}
1 change: 1 addition & 0 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"scripts": {
"start": "env-cmd -f .env.local react-scripts start",
"build": "env-cmd -f .env.local react-scripts build",
"build:frontendr": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit ec57fde

Please sign in to comment.