mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +01:00
Update CI
This commit is contained in:
parent
cf270419d6
commit
85c344a4f1
@ -2,7 +2,6 @@ image: node:16.13
|
||||
|
||||
stages:
|
||||
- install-dependencies
|
||||
- test
|
||||
- build
|
||||
|
||||
Install Dependencies:
|
||||
@ -14,15 +13,6 @@ Install Dependencies:
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
ESLinter:
|
||||
stage: test
|
||||
script:
|
||||
- node ./node_modules/eslint/bin/eslint.js src/
|
||||
cache:
|
||||
key: ${CI_COMMIT_BRANCH}
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
Build Nitro:
|
||||
stage: build
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user