refactor: add ci prefix

This commit is contained in:
Alex Munoz 2022-05-27 11:27:03 +02:00 committed by Marcel Feix
parent 1b171ed4bb
commit eed52309c5
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
cd $FRONTEND_DIR
fi
script:
- npm run build
- npm run ci:build
artifacts:
expire_in: 2 weeks
when: always

View File

@ -7,4 +7,4 @@
cd $FRONTEND_DIR
fi
script:
- npm run e2e
- npm run ci:e2e

View File

@ -7,4 +7,4 @@
cd $FRONTEND_DIR
fi
script:
- npm run lint
- npm run ci:lint

View File

@ -7,4 +7,4 @@
cd $FRONTEND_DIR
fi
script:
- npm run test
- npm run ci:test