We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f42e4 commit 8b396daCopy full SHA for 8b396da
.github/workflows/ci.yml
@@ -405,9 +405,9 @@ jobs:
405
PYODIDE_VERSION=0.21.0
406
407
cd emscripten
408
- npm i [email protected] prettier
+ npm i [email protected]
409
cd node_modules/pyodide/
410
- node ../prettier/bin-prettier.js -w pyodide.asm.js
+ npx -y prettier -w pyodide.asm.js
411
EMSCRIPTEN_VERSION=$(node -p "require('./repodata.json').info.platform.split('_').slice(1).join('.')")
412
PYTHON_VERSION=3.10
413
0 commit comments