mirror of
https://gitlab.com/moepoi/seminar-magang.git
synced 2024-12-28 23:38:13 +01:00
14 lines
210 B
YAML
14 lines
210 B
YAML
|
image: node:lts
|
||
|
|
||
|
before_script:
|
||
|
- npm install
|
||
|
- npx playwright install
|
||
|
pages:
|
||
|
script:
|
||
|
- npm run build
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- dist
|
||
|
rules:
|
||
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|