Skip to content

Commit

Permalink
refactor: update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Sep 23, 2024
1 parent 17c3890 commit f174817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"output": []
},
"test:command-reference": {
"command": "\"./bin/dev\" commandreference:generate --erroronwarnings",
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
"files": [
"src/**/*.ts",
"messages/**",
Expand Down

0 comments on commit f174817

Please sign in to comment.