Skip to content

Commit

Permalink
Fix Prettier command
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Sep 3, 2023
1 parent d5cf1b8 commit a6b066c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"scripts": {
"vscode:prepublish": "npm run build",
"build": "esbuild extension=src/extension.js remark-language-server --bundle --platform=node --target=node16 --format=cjs --external:vscode --outdir=out --minify",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
"test-api": "node --conditions development test.mjs",
"test": "npm run build && npm run format && npm run test-api"
},
Expand Down

0 comments on commit a6b066c

Please sign in to comment.