mirror of
https://gitlab.com/moepoi/seminar-magang.git
synced 2024-12-28 07:20:11 +01:00
13 lines
210 B
YAML
13 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
|