mirror of https://github.com/pyodide/pyodide.git
MAINT use npm ci to make sure the consistent dependencies installed (#1999)
This commit is contained in:
parent
a255d54f3f
commit
da49fe57de
|
@ -227,14 +227,14 @@ jobs:
|
|||
command: |
|
||||
cd src/js
|
||||
npx tsd
|
||||
npm install
|
||||
npm ci
|
||||
npm test
|
||||
- run:
|
||||
name: check if webpack cli works well with load-pyodide.js
|
||||
command: |
|
||||
git clone https://github.com/pyodide/pyodide-webpack-example.git
|
||||
cd pyodide-webpack-example
|
||||
npm install
|
||||
npm ci
|
||||
cp ../src/js/load-pyodide.js node_modules/pyodide/load-pyodide.js
|
||||
head -20 node_modules/pyodide/load-pyodide.js
|
||||
npx webpack
|
||||
|
|
Loading…
Reference in New Issue