File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 95
95
"build.doc" : " typedoc --options ./typedoc.json && minify-all -s docs-unminified -d docs --jsCompressor terser && shx rm -rf docs-unminified" ,
96
96
"deploy.doc" : " run-s build.doc && gh-pages --dist \" ./docs\" " ,
97
97
"build.native" : " cmake-ts nativeonly" ,
98
- "build.native.debug" : " cmake-ts nativeonly " ,
98
+ "build.native.debug" : " cmake-ts dev-os-only " ,
99
99
"build" : " run-p build.js build.native" ,
100
100
"build.debug" : " run-s build.js build.native.debug" ,
101
101
"test" : " run-s clean.temp build && mocha" ,
124
124
"runtime" : " node" ,
125
125
"runtimeVersion" : " 12.22.12"
126
126
},
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
+ },
127
136
{
128
137
"name" : " windows-x64" ,
129
138
"os" : " win32" ,
You can’t perform that action at this time.
0 commit comments