Add build script for assets
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user