Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 7bba062

Browse files
Added lint script
1 parent bcfbee2 commit 7bba062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"scripts": {
66
"build": "rm -rf lib && pnpm tsc",
7+
"lint": "pnpm prettier . --write",
78
"test": "pnpm build && pnpm test:prepare && node --test && pnpm test:cleanup",
89
"test:prepare": "pnpm link .",
910
"test:cleanup": "pnpm unlink fastify-passkit-webservice",

0 commit comments

Comments
 (0)