Skip to content

Commit de3d80d

Browse files
committed
remove postinstall
1 parent f60f558 commit de3d80d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"start": "astro dev",
88
"build": "astro build",
99
"preview": "astro preview",
10-
"astro": "astro",
11-
"postinstall": "sed -i '' 's/validate: (input) => svgReg.test(toUTF8String(input, 0, 1e3))/validate: (input) => svgReg.test(toUTF8String(input))/' node_modules/astro/dist/assets/utils/vendor/image-size/types/svg.js"
10+
"astro": "astro"
1211
},
1312
"dependencies": {
1413
"@akebifiky/remark-simple-plantuml": "^1.0.2",
@@ -24,4 +23,4 @@
2423
"starlight-sidebar-topics": "^0.6.0",
2524
"tailwindcss": "^4.1.5"
2625
}
27-
}
26+
}

0 commit comments

Comments
 (0)