Skip to content
Snippets Groups Projects
Commit 39b53792 authored by Christopher Krawietz's avatar Christopher Krawietz
Browse files

[TASK] — changed gitlab-ci to yarn execute

parent 10798924
Branches
Tags
No related merge requests found
......@@ -9,15 +9,15 @@ linting:
paths:
- node_modules/
script:
- npm install
- npm run-script lint
- yarn install
- yarn lint
deploy:
stage: deploy
image: node:14.15.1
script:
- npm install
- npm run-script build
- yarn install
- yarn build
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment