diff --git a/packages/quill/package.json b/packages/quill/package.json index 1ce5f24dc..7e1410579 100644 --- a/packages/quill/package.json +++ b/packages/quill/package.json @@ -4,7 +4,7 @@ "description": "Your powerful, rich text editor", "author": "Jason Chen ", "homepage": "https://quilljs.com", - "main": "quill.js", + "main": "dist/dist/quill.js", "type": "module", "dependencies": { "eventemitter3": "^5.0.1", @@ -83,7 +83,8 @@ "test": "run-s test:*", "test:unit": "vitest --config test/unit/vitest.config.ts", "test:fuzz": "vitest --config test/fuzz/vitest.config.ts", - "test:e2e": "playwright test" + "test:e2e": "playwright test", + "postinstall": "npm run build" }, "keywords": [ "quill",