We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf531c6 commit 95d6de3Copy full SHA for 95d6de3
node/make.js
@@ -41,6 +41,8 @@ target.build = function() {
41
target.test = async function() {
42
target.build();
43
44
+ process.env['SYSTEM_DEBUG'] = 'true';
45
+
46
await buildutils.getExternalsAsync();
47
run('tsc -p ./test');
48
cp('-Rf', rp('test/scripts'), testPath);
0 commit comments