Skip to content

Commit

Permalink
chore: Use stable prettier path instead of direct one (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored May 3, 2024
1 parent 798e55b commit dc6f8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"license": "MIT",
"scripts": {
"build": "./node_modules/.bin/tsc --build --force bindings/typescript",
"prettier": "./node_modules/prettier/bin-prettier.js --write --list-different '**/*.{ts,js(on)?,md,yml}'",
"prettier-check": "./node_modules/prettier/bin-prettier.js --check '**/*.{ts,js(on)?,md,yml}'"
"prettier": "./node_modules/.bin/prettier --write --list-different '**/*.{ts,js(on)?,md,yml}'",
"prettier-check": "./node_modules/.bin/prettier --check '**/*.{ts,js(on)?,md,yml}'"
},
"workspaces": {
"packages": [
Expand Down

0 comments on commit dc6f8c6

Please sign in to comment.