File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"description" : " Algorithms and data structures implemented in JavaScript" ,
10
10
"scripts" : {
11
11
"test" : " node --test --test-reporter dot" ,
12
- "full-test" : " concurrently \" npm run lint- test\" \" npm run unit -test-dot \" " ,
12
+ "full-test" : " concurrently \" npm run type-check \" \" npm test\" \" npm run lint -test\" " ,
13
13
"unit-test-spec" : " node --test --test-reporter spec" ,
14
14
"unit-test-dot" : " node --test --test-reporter dot" ,
15
15
"unit-test-tap" : " node --test --test-reporter tap" ,
16
16
"lint-test" : " standard ." ,
17
- "type-test " : " tsc" ,
17
+ "type-check " : " tsc" ,
18
18
"build-jsdoc" : " ./node_modules/.bin/jsdoc --readme ./README.md --configure ./jsdoc.json --destination ./docs --recurse ." ,
19
19
"prepare" : " husky install"
20
20
},
You can’t perform that action at this time.
0 commit comments