This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
hugo-sandstorm
Watch
1
Star
0
Fork
You've already forked hugo-sandstorm
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
11c2dc1f52
hugo-sandstorm
/
.sandstorm
/
build.sh
7 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit.
2016-10-11 08:58:23 +00:00
#!/bin/bash
set
-euo pipefail
cd
/opt/app
Switch to Yarn for quicker, more deterministic builds.
2017-01-11 19:12:43 +00:00
yarn install
Use Vue-based templates and NuxtJS framework.
2017-03-19 17:04:38 +00:00
npm run build