diff --git a/package.json b/package.json index 66ccd8c..ea2c4d5 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -62,4 +63,4 @@ "dist/" ], "prettier": "gts/.prettierrc.json" -} +} \ No newline at end of file