Files
python-nbclassic/create_node_modules.sh

9 lines
170 B
Bash
Raw Permalink Normal View History

#!/bin/sh
#
# Script to create node_modules.tar.xz
# needs bower, webpack and webpack-cli installed
yarn install
yarn run build
tar cJf node_modules.tar.xz node_modules