Skip to content

Commit

Permalink
add prepare hook
Browse files Browse the repository at this point in the history
  • Loading branch information
riordanp committed May 17, 2024
1 parent 89c47c9 commit 380d2a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"format": "yarn prettier --write ./ts/",
"lint": "eslint ./ts/client/src --ext ts --ext tsx --ext js --quiet",
"prepublishOnly": "yarn validate && yarn build",
"validate": "yarn lint && yarn format"
"validate": "yarn lint && yarn format",
"prepare": "yarn build"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit 380d2a8

Please sign in to comment.