Skip to content

Commit dc6f8c6

Browse files
chore: Use stable prettier path instead of direct one (#243)
1 parent 798e55b commit dc6f8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"license": "MIT",
88
"scripts": {
99
"build": "./node_modules/.bin/tsc --build --force bindings/typescript",
10-
"prettier": "./node_modules/prettier/bin-prettier.js --write --list-different '**/*.{ts,js(on)?,md,yml}'",
11-
"prettier-check": "./node_modules/prettier/bin-prettier.js --check '**/*.{ts,js(on)?,md,yml}'"
10+
"prettier": "./node_modules/.bin/prettier --write --list-different '**/*.{ts,js(on)?,md,yml}'",
11+
"prettier-check": "./node_modules/.bin/prettier --check '**/*.{ts,js(on)?,md,yml}'"
1212
},
1313
"workspaces": {
1414
"packages": [

0 commit comments

Comments
 (0)