We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea03ff9 commit 87ae70bCopy full SHA for 87ae70b
packages-exp/auth-exp/package.json
@@ -15,7 +15,7 @@
15
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
16
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
17
"build": "rollup -c",
18
- "build:deps": "lerna run --scope @firebase/'{app,auth-exp}' --include-dependencies build",
+ "build:deps": "lerna run --scope @firebase/'{app-exp,auth-exp}' --include-dependencies build",
19
"dev": "rollup -c -w",
20
"test": "yarn type-check && run-p lint test:browser",
21
"test:browser": "karma start --single-run",
0 commit comments