-
-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🔧 Add `pnpm-workspace` configuration * 🔧 Add `pnpm-lock` file * ♻️ Replace `yarn` with `pnpm` in root package.json * 🔥 Remove yarn binary * ⬆️ Bump `next-pwa` dependencies * 🔥 Remove yarn lockfile * ♻️ Replace `yarn` with `pnpm` in gitmojis package * ♻️ Replace `yarn` with `pnpm` in website package * ♻️ Replace `yarn` with `pnpm` in GitHub workflows * ♻️ Adjust `lintstagedrc` prettier arguments * 📝 Update documentation * ♻️ Replace `yarn` with `pnpm` in git hooks * 🔥 Remove yarn refs from git files * ⬆️ Update `clipboard` dependency * 👷♂️ Install pnpm in GitHub Actions * 🔥 Remove unnecessary `exec` c md * 📝 Update documentation * 🔧 Specify pnpm as an engine
- Loading branch information
1 parent
ccdc5cb
commit 7d305f4
Showing
16 changed files
with
8,084 additions
and
11,939 deletions.
There are no files selected for viewing
This file was deleted.
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint-staged | ||
pnpm exec lint-staged |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn turbo tscheck && yarn turbo test | ||
pnpm turbo tscheck && pnpm turbo test |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"*.json": ["prettier --write *.json"], | ||
"*.md": ["prettier --write *.md"], | ||
"*.yml": ["prettier --write *.yml"] | ||
"*.json": ["prettier --write"], | ||
"*.md": ["prettier --write"], | ||
"*.yml": ["prettier --write"] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 |
---|---|---|
|
@@ -2,14 +2,12 @@ | |
"name": "gitmoji", | ||
"private": true, | ||
"engines": { | ||
"node": "18" | ||
"node": "18", | ||
"pnpm": ">=8" | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"scripts": { | ||
"prepare": "husky install", | ||
"dev": "yarn turbo --parallel dev" | ||
"dev": "pnpm turbo --parallel dev" | ||
}, | ||
"devDependencies": { | ||
"@vercel/analytics": "^1.0.1", | ||
|
@@ -21,5 +19,5 @@ | |
"volta": { | ||
"node": "16.15.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]" | ||
} |
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
Oops, something went wrong.
7d305f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
gitmoji – ./
www.gitmoji.dev
gitmoji-git-master-carloscuesta.vercel.app
gitmoji.dev
gitmoji-carloscuesta.vercel.app