From 3c58164539ae114aa2a498dc94f4b04dd289fb37 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Tue, 28 May 2019 10:57:57 +0200 Subject: [PATCH] Fix heapdump rebuild script --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 2dd4dce..9c3443a 100644 --- a/app/package.json +++ b/app/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "yarn rebuild && webpack --mode production", "dev": "node_modules/.bin/webpack-dev-server --mode development --progress", - "rebuild": "cd node_modules/heapdump && node-gyp rebuild --target=5.0.0 --arch=x64 --dist-url=https://atom.io/download/electron || echo Could not build heapdump; cd -" + "rebuild": "cd node_modules/heapdump && node-gyp rebuild --target=5.0.2 --arch=x64 --dist-url=https://atom.io/download/electron || echo Could not build heapdump; cd -" }, "author": "", "license": "CC-BY-ND-4.0",