This repository has been archived on 2024-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
sodexo-menu/.gitlab-ci.yml
2019-12-22 08:34:16 +00:00

13 lines
239 B
YAML

image: node:12.13.1
pages:
script:
- npm install typescript
- ./node_modules/.bin/tsc -p tsconfig.json
- mkdir public
- cp -r index.html style.css dist public/
artifacts:
paths:
- public
only:
- master