Skip to content

Commit e60beaf

Browse files
committed
Tweak
1 parent 9f96cd8 commit e60beaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dev": "run-p dev:*",
2222
"dev:lib": "yarn build && run-p -l 'build:* --watch'",
2323
"dev:example": "cd example-app && yarn dev",
24-
"postinstall": "cd example-app && yarn",
24+
"postprepare": "cd example-app && yarn",
2525
"test": "echo no-tests",
2626
"build": "run-p build:*",
2727
"build:cjs": "node build.mjs --format cjs --outdir dist/cjs --platform node",

0 commit comments

Comments
 (0)