Skip to content

Commit

Permalink
Add workaround for ospec binary conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleon committed Apr 30, 2024
1 parent a5ce820 commit 17c5ad2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile"
"pretest": "npm run compile",
"postinstall": "ln -sf ../ospec/bin/ospec node_modules/.bin/ospec"
},
"keywords": [],
"author": "Frederik Leonhardt <[email protected]>",
Expand Down Expand Up @@ -62,4 +63,4 @@
"dist/"
],
"prettier": "gts/.prettierrc.json"
}
}

0 comments on commit 17c5ad2

Please sign in to comment.