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 0c598ec commit f4187f7Copy full SHA for f4187f7
integration-tests/typescript-nextjs/package.json
@@ -6,7 +6,9 @@
6
"dev": "next dev",
7
"build": "next build",
8
"start": "next start",
9
- "lint": "next lint"
+ "lint": "next lint",
10
+ "clean": "rm -rf ./.next && rm -rf ./src/api",
11
+ "validate": "tsc -p ./tsconfig.json"
12
},
13
"dependencies": {
14
"next": "14.1.4",
0 commit comments