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" },