Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Jan 24, 2023
1 parent f42deb0 commit e2d4826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"native:2": "copyfiles -f ../Bannerlord.ModuleManager.Native/bin/Release/net7.0/win-x64/native/Bannerlord.ModuleManager.Native.lib .",
"native:3": "copyfiles -f ../Bannerlord.ModuleManager.Native/bin/Release/net7.0/win-x64/Common.Native.h .",
"native:4": "copyfiles -f ../Bannerlord.ModuleManager.Native/bin/Release/net7.0/win-x64/Bannerlord.ModuleManager.Native.h .",
"build": "run-s native:* && run-p build:*",
"build": "run-s native:* && run-s build:*",
"build-ts": "run-p build:*",
"build-native": "run-s native:*",
"build:bindings": "node-gyp rebuild",
Expand Down

0 comments on commit e2d4826

Please sign in to comment.