We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b46ba9 commit 30fa3f5Copy full SHA for 30fa3f5
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"start": "tsc && node dist/index.mjs",
14
"check": "npx prettier . --check",
15
"pretty": "npx prettier . --write",
16
- "build": "tsc",
+ "build": "tsc && npm run check",
17
"test": "echo \"Error: no test specified\" && exit 1"
18
},
19
"author": {
0 commit comments