We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9521336 commit f45cf3dCopy full SHA for f45cf3d
1 file changed
package.json
@@ -5,6 +5,7 @@
5
"scripts": {
6
"clean": "nx run-many -t clean --exclude=root",
7
"lint": "nx run-many -t lint --exclude=root",
8
+ "test": "nx run-many -t test --exclude=root",
9
"export:local": "firebase emulators:export data/local --project demo-local --only firestore",
10
"start-and-export:test": "firebase emulators:exec 'npm run watch:local' --project demo-local --ui --config firebase.local.json --import data/test --export-on-exit data/test",
11
"test:e2e:create": "WAIT_ON_INTERVAL=30000 start-server-and-test start-and-export:test '5000|http://localhost:4000/firestore' 'npm run test:create --prefix=e2e-tests'",
0 commit comments