File create_node_modules.sh of Package python-nbclassic
#!/bin/sh # # Script to create node_modules.tar.xz # needs bower, webpack and webpack-cli installed python3 setup.py jsdeps tar cJf node_modules.tar.xz node_modules nbclassic/static/components
#!/bin/sh # # Script to create node_modules.tar.xz # needs bower, webpack and webpack-cli installed python3 setup.py jsdeps tar cJf node_modules.tar.xz node_modules nbclassic/static/components