10 lines
139 B
Bash
Executable File
10 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
./scripts/build.sh
|
|
|
|
cd build/packages
|
|
|
|
tar -czf bazel.tgz bazel
|
|
tar -czf nx.tgz nx
|
|
tar -czf schematics.tgz schematics
|