Skip to content

Commit

Permalink
added version to prettier for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Jun 14, 2024
1 parent 733619a commit 00888a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:unit": "npx cross-env FORCE_COLOR=3 jest",
"test:types": "yarn types:clean && tsc -p tsconfig.json",
"test:lint": "eslint src/",
"test:format": "prettier --list-different \"**/*.{js,json}\"",
"test:format": "prettier --version && prettier --list-different \"**/*.{js,json}\"",
"format": "prettier --write \"**/*.{js,json}\"",
"build": "yarn build:lib && yarn build:bin && yarn build:fonts",
"build:bin": "npx mkdirp bin && mv lib/bin.js bin/index.js",
Expand Down

0 comments on commit 00888a6

Please sign in to comment.