mirror of https://github.com/pyodide/pyodide.git
Makefile: source .venv/bin/activate
This commit is contained in:
parent
449121062d
commit
035f0e7ae5
2
Makefile
2
Makefile
|
@ -181,7 +181,7 @@ dist/package.json : src/js/package.json
|
|||
|
||||
.PHONY: npm-link
|
||||
npm-link: dist/package.json
|
||||
python3 -m pip install uv
|
||||
source .venv/bin/activate
|
||||
cd src/test-js && npm ci && npm link ../../dist
|
||||
|
||||
dist/pyodide.d.ts dist/pyodide/ffi.d.ts: src/js/*.ts src/js/generated/pyproxy.ts node_modules/.installed
|
||||
|
|
Loading…
Reference in New Issue