File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 142142 ]
143143 },
144144 "test:only" : {
145- "command" : " nyc mocha \" test/**/*.test.ts\" " ,
145+ "command" : " node --loader ts-node/esm --no-warnings=ExperimentalWarning \" ./bin/dev.js \" commandreference generate --plugins auth --plugins user --output-format markdown --output-dir test/tmp-md && nyc mocha \" test/**/*.test.ts\" " ,
146146 "env" : {
147147 "FORCE_COLOR" : " 2"
148148 },
156156 ],
157157 "output" : [],
158158 "dependencies" : [
159- " test:command-reference" ,
160- " test:command-reference-markdown"
159+ " test:command-reference"
161160 ]
162161 },
163162 "test:command-reference" : {
164- "command" : " node --loader ts-node/esm --no-warnings=ExperimentalWarning \" ./bin/dev.js\" commandreference generate --plugins auth --plugins user --outputdir test/tmp" ,
163+ "command" : " node --loader ts-node/esm --no-warnings=ExperimentalWarning \" ./bin/dev.js\" commandreference generate --plugins auth --plugins user --output-dir test/tmp" ,
165164 "files" : [
166165 " src/**/*.ts" ,
167166 " lib/**/*.js" ,
You can’t perform that action at this time.
0 commit comments