Skip to content

Commit

Permalink
Merge branch 'main' into generateMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanniser committed Mar 9, 2024
2 parents 80cc77e + cadfc8e commit 1251423
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- describe what changes were made -->


[] (if ready to be merged) Yes I have made a changeset
- [ ] (if ready to be merged) Yes I have made a changeset

<!-- make sure you made a change set!! -->

Expand Down
1 change: 0 additions & 1 deletion examples/appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"private": true,
"scripts": {
"dev": "concurrently \"next-typesafe-url -w\" \"next dev\"",
"lint": "next lint",
"build": "next-typesafe-url && next build",
"start": "next start"
},
Expand Down
1 change: 0 additions & 1 deletion examples/pagesdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"private": true,
"scripts": {
"dev": "concurrently \"next-typesafe-url -w'\" \"next dev\"",
"lint": "next lint",
"build": "next-typesafe-url && next build",
"start": "next start"
},
Expand Down

0 comments on commit 1251423

Please sign in to comment.