Skip to content

Commit 99c5a71

Browse files
reformatted default task
1 parent 8002e88 commit 99c5a71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vscode/tasks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
// See https://go.microsoft.com/fwlink/?LinkId=733558
3-
// for the documentation about the tasks.json format
42
"version": "2.0.0",
53
"tasks": [
64
{
@@ -12,7 +10,7 @@
1210
},
1311
"problemMatcher": [],
1412
"label": "npm: build",
15-
"detail": "npm run clean && next build"
13+
"detail": "next build"
1614
}
1715
]
1816
}

0 commit comments

Comments
 (0)