Skip to content

Commit

Permalink
add .node modules to repo since they cannot be build in actions due t…
Browse files Browse the repository at this point in the history
…o it not being windows
  • Loading branch information
MeroFuruya committed Aug 28, 2023
1 parent c65808e commit 39ae576
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,4 @@ dist

build/

include/node/

bin/*.node
include/node/
Binary file modified bin/Project1_32.dll
Binary file not shown.
Binary file modified bin/Project1_64.dll
Binary file not shown.
Binary file added bin/nexusdb-x32.node
Binary file not shown.
Binary file added bin/nexusdb-x64.node
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build:nodeGyp": "make build",
"build:dlls": "make build_dll",
"build": "make",
"prepublishOnly": "npm run configure && npm run build",
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" \"*.js\"",
"eslint": "eslint --fix \"src/**/*.js\" \"test/**/*.js\" \"*.js\""
},
Expand Down

0 comments on commit 39ae576

Please sign in to comment.