Skip to content

Commit 87ae70b

Browse files
Feiyang1avolkovi
authored andcommitted
use app-exp in the build:deps script
1 parent ea03ff9 commit 87ae70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1616
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1717
"build": "rollup -c",
18-
"build:deps": "lerna run --scope @firebase/'{app,auth-exp}' --include-dependencies build",
18+
"build:deps": "lerna run --scope @firebase/'{app-exp,auth-exp}' --include-dependencies build",
1919
"dev": "rollup -c -w",
2020
"test": "yarn type-check && run-p lint test:browser",
2121
"test:browser": "karma start --single-run",

0 commit comments

Comments
 (0)