Skip to content

Commit fc5d0ab

Browse files
committed
fix: ➖ remove global dep requirement in start script
1 parent 8d96c4c commit fc5d0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"scripts": {
9090
"start:nofirebase": "react-scripts start",
91-
"start": "concurrently \"npx cross-env DEBUG_HIDE_DATE=true PORT=3001 react-scripts start\" \"firebase emulators:start --only firestore\"",
91+
"start": "concurrently \"npx cross-env DEBUG_HIDE_DATE=true PORT=3001 react-scripts start\" \"npx firebase-tools emulators:start --only firestore\"",
9292
"db": "firebase emulators:start --only firestore",
9393
"build": "react-scripts build",
9494
"test": "react-scripts test --runInBand",
@@ -160,4 +160,4 @@
160160
"react-app-rewired": "^2.1.8",
161161
"source-map-explorer": "^2.5.2"
162162
}
163-
}
163+
}

0 commit comments

Comments
 (0)