Skip to content

Commit cd82ade

Browse files
XhmikosRerezrokah
andauthored
chore: fix scripts to run on Windows (#398)
Co-authored-by: Erez Rokah <[email protected]>
1 parent 3293709 commit cd82ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
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:*",

0 commit comments

Comments
 (0)