Skip to content

Commit

Permalink
maint: make instructions work on older machines that have python2
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Jul 23, 2024
1 parent 649dfae commit 732c294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"build": "esbuild js/widget.js --minify --format=esm --bundle --outdir=src/ipyaladin/static",
"prepare": "husky install",
"format": "npx prettier . --write && ruff format",
"start-test-server": "python -m jupyter lab --config js/ui-tests/jupyter_server_test_config.py",
"python-test": "python -m pytest",
"start-test-server": "python3 -m jupyter lab --config js/ui-tests/jupyter_server_test_config.py",
"python-test": "python3 -m pytest",
"js-test": "npm run start-test-server & npx playwright test",
"update-snapshots": "npx playwright test --update-snapshots"
},
Expand Down

0 comments on commit 732c294

Please sign in to comment.