- Update node build preparation and fix jupyter extension package

version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=46
This commit is contained in:
2025-07-20 16:24:55 +00:00
committed by Git OBS Bridge
parent a5cc950304
commit 1e8edcff46
5 changed files with 15 additions and 121 deletions

View File

@@ -3,6 +3,9 @@
# Script to create node_modules.tar.xz
# needs bower, webpack and webpack-cli installed
pushd js
sed -i '/builder/ s/\^3/\^4/' package.json
jlpm install
jlpm run build
tar cJf node_modules.tar.xz node_modules
popd
tar cJf node_modules.tar.xz js/node_modules