We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f96cd8 commit e60beafCopy full SHA for e60beaf
package.json
@@ -21,7 +21,7 @@
21
"dev": "run-p dev:*",
22
"dev:lib": "yarn build && run-p -l 'build:* --watch'",
23
"dev:example": "cd example-app && yarn dev",
24
- "postinstall": "cd example-app && yarn",
+ "postprepare": "cd example-app && yarn",
25
"test": "echo no-tests",
26
"build": "run-p build:*",
27
"build:cjs": "node build.mjs --format cjs --outdir dist/cjs --platform node",
0 commit comments