-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from websitesieutoc/change-to-use-yarn
Change to use yarn
- Loading branch information
Showing
10 changed files
with
11,911 additions
and
13,197 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
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,2 +1,2 @@ | ||
[phases.build] | ||
cmds = ['pnpm --filter backend run build'] | ||
cmds = ['yarn workspace backend build'] |
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,2 +1,2 @@ | ||
[phases.build] | ||
cmds = ['pnpm --filter frontend run build'] | ||
cmds = ['yarn workspace frontend build'] |
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,6 +2,7 @@ | |
"name": "sieutoc-template", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"private": true, | ||
"description": "A default template for Website Sieu Toc", | ||
"homepage": "https://websitesieutoc.com/", | ||
"author": { | ||
|
@@ -20,13 +21,16 @@ | |
"@turbo/gen": "1.10.12", | ||
"dotenv-cli": "7.3.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-custom": "workspace:*", | ||
"eslint-config-custom": "*", | ||
"prettier": "2.5.1", | ||
"turbo": "1.10.12" | ||
}, | ||
"engines": { | ||
"node": ">=18", | ||
"pnpm": ">=8" | ||
"node": "18" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"workspaces": [ | ||
"packages/*", | ||
"apps/*" | ||
] | ||
} |
Oops, something went wrong.