Commit 7ba68794 authored by hyeryung's avatar hyeryung

lint 추가

parent d8293cd1
Pipeline #18797 failed with stages
in 1 minute and 47 seconds
......@@ -8,6 +8,15 @@ install:
script:
- &npm_install
npm install --quiet --no-progress --cache=.cache/npm
lint:
stage: verify
cache: &pull_cache
policy: pull
paths:
- .cache/npm
script:
- *npm_install
- node_modules/.bin/gulp lint
bundle-stable:
stage: deploy
only:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment