Skip to content

Commit

Permalink
fix: ➖ remove global dep requirement in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Undeadlol1 committed Jan 22, 2021
1 parent 8d96c4c commit fc5d0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -88,7 +88,7 @@
},
"scripts": {
"start:nofirebase": "react-scripts start",
"start": "concurrently \"npx cross-env DEBUG_HIDE_DATE=true PORT=3001 react-scripts start\" \"firebase emulators:start --only firestore\"",
"start": "concurrently \"npx cross-env DEBUG_HIDE_DATE=true PORT=3001 react-scripts start\" \"npx firebase-tools emulators:start --only firestore\"",
"db": "firebase emulators:start --only firestore",
"build": "react-scripts build",
"test": "react-scripts test --runInBand",
Expand Down Expand Up @@ -160,4 +160,4 @@
"react-app-rewired": "^2.1.8",
"source-map-explorer": "^2.5.2"
}
}
}

0 comments on commit fc5d0ab

Please sign in to comment.