diff --git a/package.json b/package.json index 06cde9a..b5bf5f3 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "bundle:umd": "node ./scripts/bundle-umd", "bundle:esm": "node ./scripts/bundle-esm", "build": "yarn compile && yarn bundle", - "prepare": "husky install", - "prepack": "yarn build", + "prepare": "husky install && yarn build", "lint": "prettier \"**/*.{css,js,json,jsx,html,md,ts}\" --check" }, "main": "./lib/esm/monaco.contribution.js",