File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 "test" : " run-s format test:dev" ,
1919 "format" : " run-s format:check-fix:*" ,
2020 "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" ,
2222 "format:check:lint" : " cross-env-shell eslint $npm_package_config_eslint" ,
2323 "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" ,
2525 "format:check:prettier" : " cross-env-shell prettier --check $npm_package_config_prettier" ,
2626 "format:fix:prettier" : " cross-env-shell prettier --write $npm_package_config_prettier" ,
2727 "test:dev" : " run-s test:dev:*" ,
You can’t perform that action at this time.
0 commit comments