Skip to content

Commit 08db9e6

Browse files
committed
fix: install
1 parent c2df47b commit 08db9e6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"README.md"
1616
],
1717
"scripts": {
18+
"install": "node-gyp-build",
1819
"watch": "npm run build:cjs -- --watch",
1920
"build": "npm run build:cjs && npm run build:esm",
2021
"build:cjs": "tsc",
@@ -54,7 +55,8 @@
5455
},
5556
"dependencies": {
5657
"bindings": "^1.5.0",
57-
"node-addon-api": "*"
58+
"node-addon-api": "*",
59+
"node-gyp-build": "^4.8.4"
5860
},
5961
"devDependencies": {
6062
"@eslint/js": "^9.9.1",

0 commit comments

Comments
 (0)