File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"scripts" : {
6
6
"build" : " tsc" ,
7
+ "clean" : " rm -rf .turbo && rm -rf node_modules && rm -rf dist" ,
7
8
"dev" : " tsc -w & sleep 1 && NODE_NO_WARNINGS=1 node --watch dist/index.js" ,
8
9
"start" : " node dist/index.js"
9
10
},
Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"scripts" : {
6
6
"build" : " tsc" ,
7
+ "clean" : " rm -rf .turbo && rm -rf node_modules && rm -rf dist" ,
7
8
"dev" : " tsc -w & sleep 1 && NODE_NO_WARNINGS=1 node --watch dist/index.js" ,
8
9
"start" : " node dist/index.js"
9
10
},
Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"scripts" : {
6
6
"build" : " tsc" ,
7
+ "clean" : " rm -rf .turbo && rm -rf node_modules && rm -rf dist" ,
7
8
"dev" : " tsc -w & sleep 1 && NODE_NO_WARNINGS=1 node --watch dist/index.js" ,
8
9
"start" : " node dist/index.js"
9
10
},
Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"scripts" : {
6
6
"build" : " tsc" ,
7
+ "clean" : " rm -rf .turbo && rm -rf node_modules && rm -rf dist" ,
7
8
"dev" : " tsc -w & sleep 1 && NODE_NO_WARNINGS=1 node --watch dist/index.js" ,
8
9
"start" : " node dist/index.js"
9
10
},
You can’t perform that action at this time.
0 commit comments