stevedlawrence commented on code in PR #117:
URL: https://github.com/apache/daffodil-vscode/pull/117#discussion_r889203508


##########
package.json:
##########
@@ -23,26 +23,37 @@
     "url": "https://github.com/apache/daffodil-vscode/issues";
   },
   "scripts": {
+    "omega-edit-download": "tsc -p ./ && node -e 
'require(\"./out/omega_edit/download.js\").downloadServer()'",
     "vscode:prepublish": "yarn run package-ext",
     "precompile": "node -p \"'export const LIB_VERSION = ' + 
JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
-    "compile": "tsc -p ./",
+    "compile": "tsc -p ./ && node out/omega_edit/download.js",

Review Comment:
   Correct, I ran `git clean -xdf && yarn install && yarn build` and it's not 
there.
   
   I do see this line in the output
   ```
   $ tsc -p ./ && node out/omega_edit/download.js
   ```
   But it doesn't seem to download anything.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to