Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 781ae4e

Browse files
committed
Remove postinstall script
1 parent 32fe677 commit 781ae4e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"dev": "npm run prebuild && vite",
2727
"build": "npm run prebuild && vite build --config vite.lib.config.js",
2828
"build:demo": "npm run prebuild && vite build --mode demo",
29-
"preview": "vite preview",
30-
"postinstall": "npm run build"
29+
"preview": "vite preview"
3130
},
3231
"keywords": [
3332
"nanopublication",

0 commit comments

Comments
 (0)