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
No related branches found
No related tags found
No related merge requests found
...@@ -9,15 +9,15 @@ linting: ...@@ -9,15 +9,15 @@ linting:
paths: paths:
- node_modules/ - node_modules/
script: script:
- npm install - yarn install
- npm run-script lint - yarn lint
deploy: deploy:
stage: deploy stage: deploy
image: node:14.15.1 image: node:14.15.1
script: script:
- npm install - yarn install
- npm run-script build - yarn build
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment