Skip to content

Commit a312230

Browse files
committed
remove postinstall
1 parent 9ac4e47 commit a312230

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-scroll-restoration",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
@@ -20,8 +20,6 @@
2020
}
2121
},
2222
"scripts": {
23-
"prepare": "tsup --config tsup.config.prebuild.ts && tsup",
24-
"postinstall": "tsup --config tsup.config.prebuild.ts && tsup",
2523
"prebuild": "tsup --config tsup.config.prebuild.ts",
2624
"build": "tsup",
2725
"test": "vitest"

0 commit comments

Comments
 (0)