Skip to content

Commit b7b4e7e

Browse files
fix: try to fix ci runs
1 parent 1d0cd4c commit b7b4e7e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
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
},
@@ -156,12 +156,11 @@
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",

0 commit comments

Comments
 (0)