Skip to content

Commit 6e74b6c

Browse files
sam-gcyuchenshi
andauthored
Prefix project name with demo-
Co-authored-by: Yuchen Shi <[email protected]>
1 parent a112c7b commit 6e74b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages-exp/auth-compat-exp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:node": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts",
2626
"test:node:integration": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --integration",
2727
"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\"",
2929
"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"
3030
},
3131
"peerDependencies": {
@@ -65,4 +65,4 @@
6565
"reportDir": "./coverage/node"
6666
},
6767
"esm5": "dist/index.esm.js"
68-
}
68+
}

0 commit comments

Comments
 (0)