newsreader/gitlab-ci/build.yml
sonny a820155fc0 Fix category action test
This was the same test as before -.-
2020-08-04 20:56:22 +02:00

7 lines
105 B
YAML

static:
stage: build
image: node:12
before_script:
- npm install
script:
- npm run build