File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
packages /** /* .d.ts
2
- packages /** /* .js
2
+ packages /** /* .js
3
+ .nyc_output
Original file line number Diff line number Diff line change 23
23
"clean" : " gulp clean:bundle" ,
24
24
"codechecks:benchmarks" : " codechecks ./tools/benchmarks/check-benchmarks.ts" ,
25
25
"coverage" : " nyc report --reporter=text-lcov | coveralls" ,
26
- "format" : " prettier \" **/*.ts\" --ignore-path ./.prettierignore --write && git status" ,
26
+ "format" : " prettier \" **/*.ts\" \" packages/**/*.json \" --ignore-path ./.prettierignore --write && git status" ,
27
27
"postinstall" : " opencollective" ,
28
28
"test" : " nyc mocha packages/**/*.spec.ts --reporter spec" ,
29
29
"test:integration" : " mocha \" integration/*/{,!(node_modules)/**/}/*.spec.ts\" --reporter spec" ,
44
44
"prepare" : " husky install"
45
45
},
46
46
"lint-staged" : {
47
- "packages/**/*.{ts,json}" : [
47
+ "**/*.ts" : [
48
+ " prettier --ignore-path ./.prettierignore --write"
49
+ ],
50
+ "packages/**/*.json" : [
48
51
" prettier --ignore-path ./.prettierignore --write"
49
52
]
50
53
},
You can’t perform that action at this time.
0 commit comments