This repository was archived by the owner on May 5, 2024. It is now read-only.
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"scripts" : {
13
13
"build" : " ncc build src/index.ts" ,
14
- "test" : " jest" ,
14
+ "test" : " jest --color " ,
15
15
"clean" : " rm -rf node_modules yarn-error.log dist" ,
16
16
"lint" : " yarn run lint:eslint && yarn run lint:prettier" ,
17
- "lint:eslint" : " eslint --max-warnings=0 $npm_package_config_eslintPaths" ,
18
- "lint:prettier" : " prettier --list-different $npm_package_config_prettierPaths" ,
17
+ "lint:eslint" : " eslint --color -- max-warnings=0 $npm_package_config_eslintPaths" ,
18
+ "lint:prettier" : " prettier --color -- list-different $npm_package_config_prettierPaths" ,
19
19
"lintfix" : " yarn run lintfix:eslint && yarn run lintfix:prettier" ,
20
- "lintfix:eslint" : " eslint --fix $npm_package_config_eslintPaths" ,
21
- "lintfix:prettier" : " prettier --write $npm_package_config_prettierPaths"
20
+ "lintfix:eslint" : " eslint --color -- fix $npm_package_config_eslintPaths" ,
21
+ "lintfix:prettier" : " prettier --color -- write $npm_package_config_prettierPaths"
22
22
},
23
23
"dependencies" : {
24
24
"@actions/core" : " ^1.1.3" ,
Original file line number Diff line number Diff line change 10
10
"scripts" : {
11
11
"preinstall" : " ./scripts/install_keybase_binary.sh" ,
12
12
"build" : " ncc build src/index.ts" ,
13
- "test" : " jest" ,
13
+ "test" : " jest --color " ,
14
14
"clean" : " rm -rf node_modules yarn-error.log dist" ,
15
15
"lint" : " yarn run lint:eslint && yarn run lint:prettier" ,
16
- "lint:eslint" : " eslint --max-warnings=0 $npm_package_config_eslintPaths" ,
17
- "lint:prettier" : " prettier --list-different $npm_package_config_prettierPaths" ,
16
+ "lint:eslint" : " eslint --color -- max-warnings=0 $npm_package_config_eslintPaths" ,
17
+ "lint:prettier" : " prettier --color -- list-different $npm_package_config_prettierPaths" ,
18
18
"lintfix" : " yarn run lintfix:eslint && yarn run lintfix:prettier" ,
19
- "lintfix:eslint" : " eslint --fix $npm_package_config_eslintPaths" ,
20
- "lintfix:prettier" : " prettier --write $npm_package_config_prettierPaths"
19
+ "lintfix:eslint" : " eslint --color -- fix $npm_package_config_eslintPaths" ,
20
+ "lintfix:prettier" : " prettier --color -- write $npm_package_config_prettierPaths"
21
21
},
22
22
"dependencies" : {
23
23
"@actions/core" : " ^1.1.3" ,
You can’t perform that action at this time.
0 commit comments