File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
"test" : " run-s format test:dev" ,
19
19
"format" : " run-s format:check-fix:*" ,
20
20
"format:ci" : " run-s format:check:*" ,
21
- "format:check-fix:lint" : " ./bin/run_e.js format:check:lint format:fix:lint" ,
21
+ "format:check-fix:lint" : " node ./bin/run_e.js format:check:lint format:fix:lint" ,
22
22
"format:check:lint" : " cross-env-shell eslint $npm_package_config_eslint" ,
23
23
"format:fix:lint" : " cross-env-shell eslint --fix $npm_package_config_eslint" ,
24
- "format:check-fix:prettier" : " ./bin/run_e.js format:check:prettier format:fix:prettier" ,
24
+ "format:check-fix:prettier" : " node ./bin/run_e.js format:check:prettier format:fix:prettier" ,
25
25
"format:check:prettier" : " cross-env-shell prettier --check $npm_package_config_prettier" ,
26
26
"format:fix:prettier" : " cross-env-shell prettier --write $npm_package_config_prettier" ,
27
27
"test:dev" : " run-s test:dev:*" ,
You can’t perform that action at this time.
0 commit comments