mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
. ~/.nvm/nvm.sh
|
|
nvm use 11.9.0
|
|
minify-all-js ./build -j
|
|
cd build && zip -r ../release.zip ./*
|