Skip to content

Commit 643c0ef

Browse files
committed
Add missing script
1 parent f3d6ac1 commit 643c0ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clients/legacy/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"lint": "eslint --ext js,ts,tsx src",
1212
"lint:fix": "eslint --fix --ext js,ts,tsx src",
1313
"format": "prettier --check src test",
14-
"format:fix": "prettier --write src test"
14+
"format:fix": "prettier --write src test",
15+
"prepublishOnly": "pnpm build"
1516
},
1617
"files": [
1718
"/dist/src"

0 commit comments

Comments
 (0)