File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ CompileFlags :
2
+ CompilationDatabase : build/Debug
Original file line number Diff line number Diff line change 91
91
"build.doc" : " typedoc --options ./typedoc.json && minify-all -s docs-raw -d docs --jsCompressor terser" ,
92
92
"deploy.doc" : " run-s build.doc && gh-pages --dist \" ./docs\" " ,
93
93
"prebuild" : " run-s build.js && node ./script/prebuild.js" ,
94
- "build.native" : " node-gyp configure --release && node-gyp build --release" ,
95
- "build.native.debug" : " cross-env CMAKE_BUILD_TYPE=Debug node-gyp configure --debug && cross-env CMAKE_BUILD_TYPE=Debug node-gyp build --debug" ,
94
+ "build.native" : " node-gyp configure --release && node-gyp configure --release -- -f compile_commands_json && node-gyp build --release" ,
95
+ "build.native.debug" : " node-gyp configure --debug && node-gyp configure --debug -- -f compile_commands_json && cross-env CMAKE_BUILD_TYPE=Debug node-gyp build --debug" ,
96
96
"build" : " run-s build.js build.native" ,
97
97
"build.debug" : " run-s build.js build.native.debug" ,
98
98
"test" : " run-s build && mocha --exit" ,
You can’t perform that action at this time.
0 commit comments