File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 6
6
"main" : " dist/index.js" ,
7
7
"scripts" : {
8
8
"build" : " ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts" ,
9
- "format" : " prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write **/*.{ts,yml,yaml}" ,
10
- "format-check" : " prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --check **/*.{ts,yml,yaml}" ,
11
- "lint" : " eslint --config ./.eslintrc.js **/*.ts" ,
12
- "lint:fix" : " eslint --config ./.eslintrc.js **/*.ts --fix" ,
9
+ "format" : " prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write \" **/*.{ts,yml,yaml}\" " ,
10
+ "format-check" : " prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --check \" **/*.{ts,yml,yaml}\" " ,
11
+ "lint" : " eslint --config ./.eslintrc.js \" **/*.ts\" " ,
12
+ "lint:fix" : " eslint --config ./.eslintrc.js \" **/*.ts\" --fix" ,
13
13
"release" : " ncc build -o dist/setup src/setup-python.ts && ncc build -o dist/cache-save src/cache-save.ts && git add -f dist/" ,
14
14
"test" : " jest --coverage"
15
15
},
You can’t perform that action at this time.
0 commit comments