File tree Expand file tree Collapse file tree
exercises/01.expressions-and-output Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " exercises_01.expressions-and-output_01.problem.hello-world" ,
33 "type" : " module" ,
44 "scripts" : {
5- "start" : " npx @kentcdodds/log-module@latest ./index.ts" ,
6- "test" : " node --test index.test.ts"
5+ "start" : " npx @kentcdodds/log-module ./index.ts" ,
6+ "start:watch" : " npx @kentcdodds/log-module --watch ./index.ts" ,
7+ "test" : " node --test index.test.ts" ,
8+ "test:watch" : " echo \" watch does not work in exercise 1, try it in the other exercises though!\" "
79 }
810}
Original file line number Diff line number Diff line change 22 "name" : " exercises_01.expressions-and-output_01.solution.hello-world" ,
33 "type" : " module" ,
44 "scripts" : {
5- "start" : " npx @kentcdodds/log-module@latest ./index.ts" ,
6- "test" : " node --test index.test.ts"
5+ "start" : " npx @kentcdodds/log-module ./index.ts" ,
6+ "start:watch" : " npx @kentcdodds/log-module --watch ./index.ts" ,
7+ "test" : " node --test index.test.ts" ,
8+ "test:watch" : " echo \" watch does not work in exercise 1, try it in the other exercises though!\" "
79 }
810}
You can’t perform that action at this time.
0 commit comments