File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/Azure.Functions.Cli/StaticResources Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"build" : " tsc" ,
8
8
"watch" : " tsc -w" ,
9
- "prestart" : " npm run build" ,
9
+ "clean" : " rimraf dist" ,
10
+ "prestart" : " npm run clean && npm run build" ,
10
11
"start" : " func start" ,
11
12
"test" : " echo \" No tests yet...\" "
12
13
},
13
14
"dependencies" : {
14
- "@azure/functions" : " ^4.0.0-alpha.1 "
15
+ "@azure/functions" : " ^4.0.0-alpha.9 "
15
16
},
16
17
"devDependencies" : {
17
18
"azure-functions-core-tools" : " ^4.x" ,
18
19
"@types/node" : " 18.x" ,
19
- "typescript" : " ^4.0.0"
20
+ "typescript" : " ^4.0.0" ,
21
+ "rimraf" : " ^5.0.0"
20
22
}
21
23
}
Original file line number Diff line number Diff line change 13
13
"devDependencies" : {
14
14
"@azure/functions" : " ^3.0.0" ,
15
15
"azure-functions-core-tools" : " ^4.x" ,
16
- "@types/node" : " 16 .x" ,
16
+ "@types/node" : " 18 .x" ,
17
17
"typescript" : " ^4.0.0"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments