We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a60243 + 88a6f75 commit 6fc4d03Copy full SHA for 6fc4d03
packages-exp/app-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 && yarn api-report",
18
- "build:release": "rollup -c rollup.config.release.js && yarn api-report && node ./use_public_typings.js",
+ "build:release": "rollup -c rollup.config.release.js && node ./use_public_typings.js",
19
"build:deps": "lerna run --scope @firebase/app-exp --include-dependencies build",
20
"dev": "rollup -c -w",
21
"test": "yarn type-check && run-p lint test:browser test:node",
0 commit comments