Skip to content

Commit 9390447

Browse files
fix: fix tests
1 parent 2c34298 commit 9390447

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference generate --plugins auth --plugins user --outputdir test/tmp",
165165
"files": [
166166
"src/**/*.ts",
167+
"lib/**/*.js",
167168
"messages/**",
168169
"package.json"
169170
],
@@ -205,6 +206,7 @@
205206
"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",
206207
"files": [
207208
"src/**/*.ts",
209+
"lib/**/*.js",
208210
"messages/**",
209211
"package.json"
210212
],

0 commit comments

Comments
 (0)