Skip to content

Commit

Permalink
chore: add postinstall script for linking dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-alford committed Oct 4, 2023
1 parent 8928fb8 commit 7716b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"url": "https://github.com/jacob-alford/schemata-ts/issues"
},
"scripts": {
"postinstall": "yarn link && yarn link schemata-ts",
"eslint": "eslint ./src/**/*.ts",
"prettier-check": "prettier --list-different src/**/*.ts",
"format": "eslint --fix . && prettier --write .",
Expand Down

0 comments on commit 7716b9a

Please sign in to comment.