Skip to content

Commit 3288ea0

Browse files
committed
build: add debug mode for linux
1 parent e4efd54 commit 3288ea0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"build.doc": "typedoc --options ./typedoc.json && minify-all -s docs-unminified -d docs --jsCompressor terser && shx rm -rf docs-unminified",
9696
"deploy.doc": "run-s build.doc && gh-pages --dist \"./docs\"",
9797
"build.native": "cmake-ts nativeonly",
98-
"build.native.debug": "cmake-ts nativeonly",
98+
"build.native.debug": "cmake-ts dev-os-only",
9999
"build": "run-p build.js build.native",
100100
"build.debug": "run-s build.js build.native.debug",
101101
"test": "run-s clean.temp build && mocha",
@@ -124,6 +124,15 @@
124124
"runtime": "node",
125125
"runtimeVersion": "12.22.12"
126126
},
127+
{
128+
"name": "linux-x64-dev",
129+
"dev": true,
130+
"buildType": "Debug",
131+
"os": "linux",
132+
"arch": "x64",
133+
"runtime": "node",
134+
"runtimeVersion": "12.22.12"
135+
},
127136
{
128137
"name": "windows-x64",
129138
"os": "win32",

0 commit comments

Comments
 (0)