mirror of
https://github.com/bigchaindb/site.git
synced 2025-01-11 21:35:39 +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;
|