From 4ad5c2d4a038ab019a59ef44fd434c1d75356034 Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Wed, 23 Mar 2022 10:27:03 -0700 Subject: [PATCH] Move ignoreDocsErrors (#157) --- pxtarget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index 748df9b5..c42c11c4 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -316,7 +316,6 @@ "extendEditor": true, "extendFieldEditors": true, "enableTrace": true, - "ignoreDocsErrors": true, "errorList": true, "allowPackageExtensions": true, "addNewTypeScriptFile": true, @@ -495,5 +494,6 @@ } } }, + "ignoreDocsErrors": true, "uploadDocs": true } \ No newline at end of file