Commit 5fde1bb
committed
Fix prepublishOnly: remove pytest dependency from CI publish
The prepublishOnly script called test:all which requires pytest,
but pytest is not available on the GitHub Actions runner. The
workflow already runs npm test before publish, so prepublishOnly
only needs the node tests.1 parent 7c918ad commit 5fde1bb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments