mirror of
https://github.com/bigchaindb/site.git
synced 2025-01-26 09:43:04 +01:00
8 lines
61 B
Bash
Executable File
8 lines
61 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e;
|
|
|
|
gulp build --production
|
|
|
|
exit;
|