1
0
python-nbclassic/create_node_modules.sh

9 lines
158 B
Bash

#!/bin/sh
#
# Script to create node_modules.tar.xz
npm install
python3 setup.py jsdeps
tar cJf node_modules.tar.xz node_modules nbclassic/static/components