8000 Update jsdoc to 4.0.4 in tests to fix LinkifyIt issue · pyodide/sphinx-js@de0d238 · GitHub
[go: up one dir, main page]

Skip to content

Commit de0d238

Browse files
committed
Update jsdoc to 4.0.4 in tests to fix LinkifyIt issue
1 parent 165574f commit de0d238

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ deps =
2222
allowlist_externals =
2323
env
2424
npm
25-
commands_pre = npm install --no-save jsdoc@4.0.0 typedoc@0.15.0
25+
commands_pre =
26+
npm install --no-save jsdoc@4.0.4 typedoc@0.15.0
27+
npm list --all
2628
# Contrary to the tox docs, setenv's changes to $PATH are not visible inside
2729
# any commands we call. I hack around this with env:
2830
commands =

0 commit comments

Comments
 (0)
0