UNPKG
@iflow/eslint-config
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
ESLint Configuration
@iflow/eslint-config
/
.gitlab-ci.yml
18 lines
(14 loc)
•
277 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
image: node:18.16.1 stages: -
test
- deploy
test
: stage:
test
script: - npm install - npm run
test
deploy: stage: deploy script: - npm config
set
--
'//registry.npmjs.org/:_authToken'
"
${NPM_AUTH_TOKEN}
"
- npm publish