Skip to content

Commit

Permalink
Fix prettier command
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 18, 2023
1 parent c2c67b8 commit 868a945
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 @@ -8,7 +8,7 @@
"scripts": {
"generate": "npm --workspace vscode-mdx run generate",
"build": "npm --workspaces run build",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
"start": "npm --workspace @mdx-js/monaco-demo run start",
"test-api": "npm run test-api --workspaces --if-present",
"test": "npm run build && npm run format && npm run test-api"
Expand Down

0 comments on commit 868a945

Please sign in to comment.