Skip to content

Commit 30fa3f5

Browse files
committed
prettier checking is back! 👋
1 parent 1b46ba9 commit 30fa3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"start": "tsc && node dist/index.mjs",
1414
"check": "npx prettier . --check",
1515
"pretty": "npx prettier . --write",
16-
"build": "tsc",
16+
"build": "tsc && npm run check",
1717
"test": "echo \"Error: no test specified\" && exit 1"
1818
},
1919
"author": {

0 commit comments

Comments
 (0)