-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
9a343a7
commit 64f0661
Showing
11 changed files
with
12,274 additions
and
853 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn commitlint --edit $1 | ||
pnpm commitlint --edit $1 |
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 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
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 was deleted.
Oops, something went wrong.
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
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,11 +2,11 @@ | |
"name": "adofai-gg", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"dev": "yarn prebuild && vite dev", | ||
"build": "yarn prebuild && vite build", | ||
"dev": "pnpm prebuild && vite dev", | ||
"build": "pnpm prebuild && vite build", | ||
"package": "vite package", | ||
"preview": "vite preview", | ||
"test": "yarn build && playwright test", | ||
"test": "pnpm build && playwright test", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", | ||
"lint": "prettier --check --plugin-search-dir=. . && eslint --max-warnings=0 .", | ||
|
@@ -26,7 +26,7 @@ | |
"@commitlint/cli": "^18.4.3", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"@fluent/bundle": "^0.18.0", | ||
"@fontsource/m-plus-rounded-1c": "^5.0.11", | ||
"@fontsource/m-plus-rounded-1c": "4.5.10", | ||
"@fontsource/quicksand": "^5.0.16", | ||
"@fontsource/roboto-mono": "^5.0.16", | ||
"@playwright/test": "^1.40.1", | ||
|
@@ -129,8 +129,10 @@ | |
"*.{js,ts,jsx,tsx,svelte}": "eslint --cache --fix", | ||
"*.{js,ts,jsx,tsx,svelte,css,scss,md}": "prettier --ignore-path .gitignore --write" | ||
}, | ||
"packageManager": "[email protected]", | ||
"resolutions": { | ||
"@fontsource/[email protected]": "patch:@fontsource/m-plus-rounded-1c@npm%3A4.5.10#./.yarn/patches/@fontsource-m-plus-rounded-1c-npm-4.5.10-3cae002275.patch" | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@fontsource/[email protected]": "patches/@[email protected]" | ||
} | ||
} | ||
} |
File renamed without changes.
Oops, something went wrong.