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.
1 parent 544fefe commit 682c7fcCopy full SHA for 682c7fc
packages/firestore/package.json
@@ -7,7 +7,7 @@
7
"build": "rollup -c",
8
"dev": "rollup -c -w",
9
"lint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'",
10
- "lint:fix": "tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'",
+ "lint:fix": "tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'",
11
"test": "run-s lint test:all",
12
"test:all": "run-p test:browser test:node",
13
"test:browser": "karma start --single-run",
0 commit comments