Skip to content

Commit 775cde2

Browse files
committed
Add scripts and technologies to sort orders
1 parent 590f274 commit 775cde2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/create-next-stack/src/main/plugins/create-next-stack/sort-orders/scripts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export const scriptsSortOrder: string[] = [
1212
"lint",
1313
"format",
1414
"format:check",
15+
"deploy:vercel",
16+
"deploy:netlify",
1517
]
1618

1719
export const getSortedFilteredScripts = (inputs: ValidCNSInputs) => {

packages/create-next-stack/src/main/plugins/create-next-stack/sort-orders/technologies.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export const technologiesSortOrder: string[] = [
3232
"githubActions",
3333
"plausible",
3434
"nextPlausible",
35+
"vercel",
36+
"netlify",
3537
]
3638

3739
export const getTechnologies = (

0 commit comments

Comments
 (0)