Skip to content

Commit 0ec8e00

Browse files
authored
Fix postinstall issue
1 parent 8712228 commit 0ec8e00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@p5-wrapper/react",
33
"description": "A wrapper component that allows you to utilise P5 sketches within React apps.",
4-
"version": "4.3.1",
4+
"version": "4.3.2",
55
"type": "module",
66
"homepage": "https://github.com/P5-wrapper/react",
77
"license": "MIT",
@@ -24,7 +24,6 @@
2424
}
2525
},
2626
"scripts": {
27-
"postinstall": "pnpm format",
2827
"build": "rimraf dist && pnpm build:component && pnpm build:demo",
2928
"build:component": "tsc --declaration --emitDeclarationOnly && vite build --config config/vite/vite.component.config.ts",
3029
"build:demo": "vite build --config config/vite/vite.demo.config.ts",

0 commit comments

Comments
 (0)