This repository has been archived by the owner on Jan 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
12,952 additions
and
8,851 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,7 @@ docs/ | |
coverage/ | ||
tsconfig.tsbuildinfo | ||
.turbo | ||
|
||
# Yarn files | ||
.yarn/install-state.gz | ||
.yarn/build-state.yml |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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\"", | ||
|
@@ -93,5 +91,6 @@ | |
"outputs": [] | ||
} | ||
} | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |