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.
yarn:dev
1 parent 1de36ed commit ef44572Copy full SHA for ef44572
packages/firestore/package.json
@@ -7,6 +7,7 @@
7
"prebuild": "tsc -d --downlevelIteration --declarationDir dist/lib --emitDeclarationOnly && tsc -m es2015 --moduleResolution node scripts/*.ts ",
8
"build": "rollup -c",
9
"build:console": "node tools/console.build.js",
10
+ "predev": "yarn prebuild",
11
"dev": "rollup -c -w",
12
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
13
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
0 commit comments