From bbeb243cea02f2a9da9b532a04d953a859c95d71 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 17 May 2024 10:05:18 +0200 Subject: [PATCH] replace postinstall with prepare for dev only --- packages/tidal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tidal/package.json b/packages/tidal/package.json index 7c12cbb6..e2f94c56 100644 --- a/packages/tidal/package.json +++ b/packages/tidal/package.json @@ -7,7 +7,7 @@ "dev": "vite", "build": "vite build", "preview": "vite preview", - "postinstall": "cp node_modules/hs2js/dist/tree-sitter.wasm public && cp node_modules/hs2js/dist/tree-sitter-haskell.wasm public" + "prepare": "cp node_modules/hs2js/dist/tree-sitter.wasm public && cp node_modules/hs2js/dist/tree-sitter-haskell.wasm public" }, "repository": { "type": "git",