Skip to content

Commit f4187f7

Browse files
committed
chore: add scripts
1 parent 0c598ec commit f4187f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration-tests/typescript-nextjs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"clean": "rm -rf ./.next && rm -rf ./src/api",
11+
"validate": "tsc -p ./tsconfig.json"
1012
},
1113
"dependencies": {
1214
"next": "14.1.4",

0 commit comments

Comments
 (0)