From 636d6cc57e2ecc82798c09eea110393acdcd3ab0 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Wed, 7 Dec 2022 23:25:52 +0100 Subject: [PATCH] extend the build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7ba1a3..3c09e45 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "types": "dist/index.d.ts", "scripts": { "test": "npx jest", - "build": "rollup -c", + "build": "node-gyp configure && node-gyp build && rollup -c", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix" },