Skip to content

Commit

Permalink
fix(npm install): see #135 (#136)
Browse files Browse the repository at this point in the history
fixes #135
  • Loading branch information
aheckmann authored Jan 7, 2022
1 parent 9da32fe commit 22fd608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test:all": "yarn test:build && yarn test:init && yarn test",
"test": "jest",
"test:watch": "jest --watch",
"postinstall": "husky install",
"prepare": "husky install",
"link-mpl": "yarn link ../metaplex-program-library --private -r -A"
},
"dependencies": {
Expand Down

0 comments on commit 22fd608

Please sign in to comment.