mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
9 lines
145 B
Bash
Executable File
9 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd `dirname $0`/..
|
|
|
|
cd cookbook
|
|
npm run build
|
|
cp build/index.html build/200.html
|
|
surge -p build -d gl-react-cookbook.surge.sh
|