diff --git a/package.json b/package.json index ba7798a0..7125436e 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ "test": "run-s format test:dev", "format": "run-s format:check-fix:*", "format:ci": "run-s format:check:*", - "format:check-fix:lint": "./bin/run_e.js format:check:lint format:fix:lint", + "format:check-fix:lint": "node ./bin/run_e.js format:check:lint format:fix:lint", "format:check:lint": "cross-env-shell eslint $npm_package_config_eslint", "format:fix:lint": "cross-env-shell eslint --fix $npm_package_config_eslint", - "format:check-fix:prettier": "./bin/run_e.js format:check:prettier format:fix:prettier", + "format:check-fix:prettier": "node ./bin/run_e.js format:check:prettier format:fix:prettier", "format:check:prettier": "cross-env-shell prettier --check $npm_package_config_prettier", "format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier", "test:dev": "run-s test:dev:*",