Skip to content

Commit

Permalink
Merge pull request #2 from Dcard/upgrade-yarn
Browse files Browse the repository at this point in the history
chore: Upgrade Yarn to 2.2
  • Loading branch information
tommy351 committed Sep 7, 2020
2 parents 6bd8e3f + b2b479a commit e5a0084
Show file tree
Hide file tree
Showing 35 changed files with 13,303 additions and 66,139 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build
on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down
20,913 changes: 10,087 additions & 10,826 deletions .pnp.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"arcanis.vscode-zipfs"
]
}
18 changes: 0 additions & 18 deletions .vscode/pnpify/typescript/lib/tsserver.js

This file was deleted.

12 changes: 8 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"typescript.tsdk": ".vscode/pnpify/typescript/lib",
"eslint.nodePath": ".vscode/pnpify",
"prettier.prettierPath": ".vscode/pnpify/prettier/index.js",
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.enablePromptUseWorkspaceTsdk": true,
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
}
}
22 changes: 22 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-constraints.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit e5a0084

Please sign in to comment.