Skip to content

Commit f3e3b79

Browse files
committed
chore: apply changes based on review
1 parent 57cf8cb commit f3e3b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

next/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"scripts": {
2424
"test": "jest",
2525
"test:watch": "jest --watchAll",
26+
"test:file": "jest --runTestsByPath",
2627
"lint": "eslint --max-warnings 0 .",
2728
"build": "tsup"
2829
},

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,5 @@
8181
],
8282
"engines": {
8383
"node": ">=18.14.0"
84-
},
85-
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
84+
}
8685
}

0 commit comments

Comments
 (0)