removed yarn dependency and added NPM#1136
removed yarn dependency and added NPM#1136msivasubramaniaan merged 13 commits intoredhat-developer:mainfrom
Conversation
|
Okay, I've figured it out: |
Deleted |
| with: | ||
| node-version: 20 | ||
|
|
||
| - name: Remove Yarn on Windows |
There was a problem hiding this comment.
I don't think you should need to do this. What specifically is failing if you don't do this?
There was a problem hiding this comment.
Yes I will remove it once code ready. I am just testing it is any yarn. If so just deleted
diff --git a/package.json b/package.json
index cea2fb7..e56dc7f 100644
--- a/package.json
+++ b/package.json
@@ -255,7 +255,7 @@
"format": "prettier --write .",
"lint": "eslint -c .eslintrc.js --ext .ts src test",
"test": "npm run test-compile && sh scripts/e2e.sh",
- "ui-test": "npm run test-compile && extest setup-and-run -y out/test/ui-test/allTestsSuite.js -c 1.76.2",
+ "ui-test": "npm run test-compile && extest setup-and-run out/test/ui-test/allTestsSuite.js -c 1.76.2",
"vscode:prepublish": "webpack --mode production",
"watch": "webpack --mode development --watch --info-verbosity verbose",
"test-compile": "npm run clean && tsc -p ./ && webpack --mode development",😉 |
datho7561
left a comment
There was a problem hiding this comment.
Seems good to me. The tests are passing now!
4b17304
into
redhat-developer:main
What does this PR do?
Removed
yarnand moved all the github action tonpmWhat issues does this PR fix or reference?
redhat-developer/yaml-language-server#1097
Is it tested? How?
NA