Add build script for assets

This commit is contained in:
Cedric Ziel
2018-06-13 10:26:07 +02:00
parent 93478f64b2
commit 7ba29519f4
+15
View File
@@ -0,0 +1,15 @@
image: node:10.4.1
cache:
paths:
- node_modules/
stages:
- build
build:
stage: build
before_script:
- npm install
script:
- node node_modules/.bin/encore production