Files
python-bqplot/create_node_modules.sh
Benjamin Greiner 1e6f218cf7 - Add bqplot-js.patch boo#1248431 CVE-2025-9287 CVE-2025-9288
* We need to keep most of the js lock (yarn.lock) because 0.12
    is still not fully updatable with jupyterlab 4. This will
    hopefully change with 0.13, which is at rc stage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=48
2025-08-21 17:14:14 +00:00

12 lines
251 B
Bash

#!/bin/sh
#
# Script to create node_modules.tar.xz
# needs bower, webpack and webpack-cli installed
# apply bqplot-js.patch before running this script
pushd js
jlpm install
jlpm run build
popd
tar cJf node_modules.tar.xz js/node_modules js/yarn.lock