Skip to content

Commit

Permalink
Remove yarn SDKs from repository (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep committed May 16, 2024
1 parent 11c9a18 commit 7d7785e
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 668 deletions.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"features": {
"ghcr.io/devcontainers/features/node:1": {}
},
"postCreateCommand": "corepack enable && corepack install && yarn",
"postStartCommand": {
"os": "sudo apt update && sudo apt upgrade -y",
"node": ". ${NVM_DIR}/nvm.sh && nvm install --default --latest-npm && corepack enable && corepack install && yarn && yarn dlx @yarnpkg/sdks vscode"
},
"customizations": {
"vscode": {
"extensions": [
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ node_modules/
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Compile and pack output
Expand Down
20 changes: 0 additions & 20 deletions .yarn/sdks/eslint/bin/eslint.js

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/eslint/lib/api.js

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/eslint/lib/unsupported-api.js

This file was deleted.

14 changes: 0 additions & 14 deletions .yarn/sdks/eslint/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/sdks/integrations.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/prettier/bin/prettier.cjs

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/prettier/index.cjs

This file was deleted.

7 changes: 0 additions & 7 deletions .yarn/sdks/prettier/package.json

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsc

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsserver

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/lib/tsc.js

This file was deleted.

Loading

0 comments on commit 7d7785e

Please sign in to comment.