From ad7b8da37e147b25a11ca2ef24f102367626df39 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Thu, 4 Nov 2021 12:47:09 +0530 Subject: [PATCH] fix: windows issues with sandbox not building initially --- packages/hoppscotch-js-sandbox/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 8a6b4ae14..619a85317 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -16,6 +16,7 @@ "test": "npx jest", "build": "npx tsc", "clean": "npx tsc --build --clean", + "postinstall": "pnpm run build", "prepublish": "pnpm run build", "do-lint": "pnpm run lint", "do-lintfix": "pnpm run lintfix",