Skip to content

Commit

Permalink
chore: rollback to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 31, 2021
1 parent 2b22a0f commit 82f897b
Show file tree
Hide file tree
Showing 11 changed files with 9,319 additions and 10,413 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g pnpm
- run: pnpm i && pnpm i
- run: npm run prerelease
- run: npm i -g yarn
- run: yarn
- run: yarn prerelease
23 changes: 4 additions & 19 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,11 @@
{
"type": "extensionHost",
"request": "launch",
"name": "Launch Vue Language Features",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vscode-vue-language-features"
],
"outFiles": [
"${workspaceRoot}/extensions/*/out/**/*.js",
"${workspaceRoot}/packages/*/out/**/*.js"
],
"preLaunchTask": {
"type": "npm",
"script": "watch"
}
},
{
"type": "extensionHost",
"request": "launch",
"name": "Launch TypeScript Vue Plugin",
"name": "Launch Client",
"runtimeExecutable": "${execPath}",
"args": [
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vscode-vue-language-features",
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vscode-typescript-vue-plugin"
],
"outFiles": [
Expand Down Expand Up @@ -71,7 +56,7 @@
{
"name": "Client + Server",
"configurations": [
"Launch Vue Language Features",
"Launch Client",
"Attach to Server - API",
"Attach to Server - Document",
"Attach to Server - HTML"
Expand Down
5 changes: 1 addition & 4 deletions extensions/vscode-typescript-vue-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
"scripts": {
"vscode:prepublish": "cd ../.. && npm run build",
"vscode:prepublish": "cd ../.. && yarn build",
"pack": "vsce package",
"release": "vsce publish --yarn"
},
Expand All @@ -41,8 +41,5 @@
],
"dependencies": {
"typescript-vue-plugin": "0.30.1"
},
"devDependencies": {
"vsce": "latest"
}
}

0 comments on commit 82f897b

Please sign in to comment.