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 0eee3e8 commit 6de015cCopy full SHA for 6de015c
package.json
@@ -58,6 +58,7 @@
58
"xo": "^0.53.0"
59
},
60
"scripts": {
61
+ "prepack": "npm run build && npm run format",
62
"build": "tsc --build --clean && tsc --build && type-coverage",
63
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
64
"test-api": "node --conditions development test.js",
0 commit comments