Skip to content

Commit

Permalink
try debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Mar 28, 2024
1 parent 44aa47f commit 23aa84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"scripts": {
"prepare": "rm -rf libmbus && git clone -b build-windows --single-branch https://github.com/Apollon77/libmbus.git libmbus && rm libmbus/.gitignore && cp config.h libmbus/config.h",
"build": "node-gyp build",
"build": "node-gyp build --debug",
"install": "node-gyp rebuild",
"test": "nyc --reporter=lcov mocha --exit",
"release": "release-script"
Expand Down

0 comments on commit 23aa84e

Please sign in to comment.