Skip to content

Commit

Permalink
debug package.json formatting on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Sep 11, 2024
1 parent 4ebad3e commit 27d7e1c
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": {
"compile": "virmator compile",
"debug": "cd packages/virmator && tsx src/debug.ts",
"debug": "cat package.json; npm run format; cat package.json",
"docs": "virmator docs",
"format": "virmator format",
"lint": "virmator lint fix",
Expand Down

0 comments on commit 27d7e1c

Please sign in to comment.