Merge pull request 'remove hs2js postinstall' (#1510) from remove-postinstall into main

Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1510
This commit is contained in:
froos
2025-08-21 10:04:28 +02:00
+1 -2
View File
@@ -8,8 +8,7 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview --port 3009 --host 0.0.0.0",
"astro": "astro",
"postinstall": "cp node_modules/hs2js/dist/tree-sitter.wasm public && cp node_modules/hs2js/dist/tree-sitter-haskell.wasm public"
"astro": "astro"
},
"dependencies": {
"@algolia/client-search": "^5.20.0",