Added build step for static assets

This commit is contained in:
Wyatt Johnson
2017-02-01 13:12:40 -07:00
parent e4722249b6
commit 064ccfbbb3
+2
View File
@@ -14,6 +14,8 @@ dependencies:
cache_directories:
- ~/.cache/yarn
post:
# Build the static assets
- yarn build
# Lint the project here, before tests are ran.
- yarn lint