Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
chore: yarn v3
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Dec 22, 2021
1 parent 4603460 commit 9070440
Show file tree
Hide file tree
Showing 8 changed files with 12,952 additions and 8,851 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Run ESLint
run: yarn lint --fix=false
run: yarn lint -- --fix=false

typescript:
name: TypeScript
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ docs/
coverage/
tsconfig.tsbuildinfo
.turbo

# Yarn files
.yarn/install-state.gz
.yarn/build-state.yml
363 changes: 363 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
enableGlobalCache: true

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.1.1.cjs
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
"description": "A powerful library for interacting with the Discord API",
"private": true,
"scripts": {
"pretest": "yarn build",
"test": "jest --pass-with-no-tests",
"test": "yarn build && jest --collect-coverage",
"test:ci": "jest --no-stack-trace --verbose --pass-with-no-tests",
"prebuild": "yarn clean",
"build": "turbo run build",
"clean": "rimraf packages/**/dist packages/**/*.tsbuildinfo",
"build": "yarn clean && tsc --build packages/core packages/rest packages/ws --force",
"clean": "rimraf \"packages/**/dist\" \"packages/**/*.tsbuildinfo\"",
"lint": "turbo run lint",
"format": "prettier --write **/*.{ts,js,json,yml,yaml}",
"update": "yarn upgrade-interactive --latest",
"format": "prettier --write \"**/*.{ts,js,json,yml,yaml}\"",
"update": "yarn upgrade-interactive",
"prepare": "husky install",
"lerna": "env-cmd lerna",
"canary-release": "env-cmd lerna publish --conventional-prerelease --pre-dist-tag canary --preid \"canary\"",
Expand Down Expand Up @@ -93,5 +91,6 @@
"outputs": []
}
}
}
},
"packageManager": "[email protected]"
}
20,612 changes: 11,770 additions & 8,842 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 9070440

Please sign in to comment.