Skip to content

Commit

Permalink
add few scripts for local test
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRaslan committed Dec 1, 2021
1 parent 6dbf2e3 commit 92e8068
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"build:prod": "react-scripts build",
"winBuild": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"local:build:dev": "firebase use DEV && firebase apps:sdkconfig web --json > ./src/utasks-configuration.json && yarn run winBuild",
"firebase:local:deploy": "firebase emulators:start --only hosting:utasks-develop"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 92e8068

Please sign in to comment.