We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c34298 commit 9390447Copy full SHA for 9390447
1 file changed
package.json
@@ -164,6 +164,7 @@
164
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference generate --plugins auth --plugins user --outputdir test/tmp",
165
"files": [
166
"src/**/*.ts",
167
+ "lib/**/*.js",
168
"messages/**",
169
"package.json"
170
],
@@ -205,6 +206,7 @@
205
206
"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",
207
208
209
210
211
212
0 commit comments