This commit is contained in:
Avently
2024-12-13 10:19:43 -08:00
parent 52160f2602
commit f179db9545
+1 -1
View File
@@ -4,7 +4,7 @@
"main": "src/index.js",
"scripts": {
"install-tools": "npm install -g node-gyp",
"configure": "node-gyp configure",
"configure": "node-gyp configure; mkdir libs 2> /dev/null | true",
"rebuild": "node-gyp rebuild",
"build": "node-gyp build",
"run": "node src/index.js",