We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cf8cb commit f3e3b79Copy full SHA for f3e3b79
next/package.json
@@ -23,6 +23,7 @@
23
"scripts": {
24
"test": "jest",
25
"test:watch": "jest --watchAll",
26
+ "test:file": "jest --runTestsByPath",
27
"lint": "eslint --max-warnings 0 .",
28
"build": "tsup"
29
},
package.json
@@ -81,6 +81,5 @@
81
],
82
"engines": {
83
"node": ">=18.14.0"
84
- },
85
- "packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
+ }
86
}
0 commit comments