diff --git a/package.json b/package.json index 5e6d6574c09..196f31d96bd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": ">=16.0.0" }, "scripts": { - "prepublishOnly": "yarn build", + "prepare": "yarn build", "start": "echo THIS IS FOR LEGACY PURPOSES ONLY. && babel src -w -s -d lib --verbose --extensions \".ts,.js\"", "dist": "echo 'This is for the release script so it can make assets (browser bundle).' && yarn build", "clean": "rimraf lib dist",