Skip to content

Commit afa95bd

Browse files
committed
build module with node-gyp on install
1 parent a477808 commit afa95bd

File tree

2 files changed

+538
-5
lines changed

2 files changed

+538
-5
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"preinstall": "node ensure-sdk.js",
8+
"install": "node-gyp rebuild",
89
"test": "standard && mocha ./test/test.js"
910
},
1011
"repository": "https://github.com/felixrieseberg/macos-notification-state",
@@ -33,6 +34,7 @@
3334
],
3435
"devDependencies": {
3536
"mocha": "^9.2.0",
37+
"node-gyp": "^9.3.0",
3638
"standard": "^16.0.1"
3739
}
3840
}

0 commit comments

Comments
 (0)