File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages-exp/auth-compat-exp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"test:node" : " ts-node -O '{\" module\" : \" commonjs\" , \" target\" : \" es6\" }' scripts/run_node_tests.ts" ,
26
26
"test:node:integration" : " ts-node -O '{\" module\" : \" commonjs\" , \" target\" : \" es6\" }' scripts/run_node_tests.ts --integration" ,
27
27
"test:webdriver" : " rollup -c test/integration/webdriver/static/rollup.config.js && ts-node -O '{\" module\" : \" commonjs\" , \" target\" : \" es6\" }' scripts/run_node_tests.ts --webdriver" ,
28
- "test:integration" : " firebase emulators:exec --project emulatedproject --only auth \" run-s test:browser:integration test:node:integration test:webdriver\" " ,
28
+ "test:integration" : " firebase emulators:exec --project demo- emulatedproject --only auth \" run-s test:browser:integration test:node:integration test:webdriver\" " ,
29
29
"add-compat-overloads" : " ts-node-script ../../scripts/exp/create-overloads.ts -i ../auth-exp/dist/auth-exp-public.d.ts -o dist/auth-compat-exp/index.d.ts -a -r Auth:types.FirebaseAuth -r User:types.User -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/auth"
30
30
},
31
31
"peerDependencies" : {
65
65
"reportDir" : " ./coverage/node"
66
66
},
67
67
"esm5" : " dist/index.esm.js"
68
- }
68
+ }
You can’t perform that action at this time.
0 commit comments