Skip to content

Commit 682c7fc

Browse files
Update package.json
1 parent 544fefe commit 682c7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "rollup -c",
88
"dev": "rollup -c -w",
99
"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'",
10+
"lint:fix": "tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'",
1111
"test": "run-s lint test:all",
1212
"test:all": "run-p test:browser test:node",
1313
"test:browser": "karma start --single-run",

0 commit comments

Comments
 (0)