diff --git a/packages/editor/package.json b/packages/editor/package.json index 0af846f22..452023dae 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -6,7 +6,6 @@ "scripts": { "tsc": "tsc --project tsconfig.json", "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json", - "postinstall": "yarn run tsc", "test": "jest", "test-ci": "yarn test" },