-
-
Notifications
You must be signed in to change notification settings - Fork 220
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 #1341 from belgattitude/global-scripts-prefixes
Global scripts prefixes
- Loading branch information
Showing
36 changed files
with
822 additions
and
261 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"blog-app": minor | ||
"web-app": minor | ||
--- | ||
|
||
Add es-check to ensure produced build files passes ecmascript |
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 @@ | ||
--- | ||
"blog-app": minor | ||
"remix-app": minor | ||
"vite-app": minor | ||
"web-app": minor | ||
"@your-org/core-lib": minor | ||
"@your-org/db-main-prisma": minor | ||
"@your-org/ui-lib": minor | ||
--- | ||
|
||
Refactor scripts identifiers defined in package.json. Restrict usage of ':' in apps and packages |
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,13 +1,16 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": ["@changesets/changelog-github", { "repo": "belgattitude/nextjs-monorepo-example" }], | ||
"changelog": [ | ||
"@changesets/changelog-github", | ||
{ "repo": "belgattitude/nextjs-monorepo-example" } | ||
], | ||
"commit": false, | ||
"linked": [], | ||
"access": "private", | ||
"access": "restricted", | ||
"baseBranch": "main", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [], | ||
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { | ||
"updateInternalDependents": "out-of-range" | ||
} | ||
} | ||
} |
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,6 @@ | ||
--- | ||
"blog-app": minor | ||
"remix-app": minor | ||
--- | ||
|
||
Added stylint for css files |
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,5 @@ | ||
--- | ||
"blog-app": minor | ||
--- | ||
|
||
Add size-limit checks for build files |
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
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 g:fix-staged-files --debug | ||
yarn g:lint-staged-files --debug |
Oops, something went wrong.
b565d35
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:
nextjs-monorepo-example-vite-app – ./apps/vite-app
nextjs-monorepo-example-vite-app-belgattitude.vercel.app
nextjs-monorepo-example-vite-app-git-main-belgattitude.vercel.app
nextjs-monorepo-example-vite-app.vercel.app
b565d35
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:
nextjs-monorepo-example-blog-app – ./apps/blog-app
nextjs-monorepo-example-blog-app-belgattitude.vercel.app
nextjs-monorepo-example-blog-app-git-main-belgattitude.vercel.app
nextjs-monorepo-example-blog-app.vercel.app
b565d35
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:
nextjs-monorepo-example-web-app – ./apps/web-app
nextjs-monorepo-example-web-app-belgattitude.vercel.app
nextjs-monorepo-example-web-app.vercel.app
nextjs-monorepo-example-web-app-git-main-belgattitude.vercel.app