We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfa943 commit a37396eCopy full SHA for a37396e
package.json
@@ -75,9 +75,8 @@
75
"example": "tsx examples",
76
"example:inspect": "tsx --inspect examples",
77
"generate": "tsx codegen/smith.ts",
78
- "postgenerate": "npm run format",
79
"format": "eslint --ignore-path .gitignore --fix .",
80
- "preformat": "prettier --write --ignore-path .prettierignore .",
+ "postformat": "prettier --write --ignore-path .prettierignore .",
81
"report": "c8 report"
82
},
83
"engines": {
0 commit comments