Skip to content

Commit ad3906d

Browse files
ci
1 parent 7a840ff commit ad3906d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ stages:
44
- prepare
55
- publish
66

7+
before_script:
8+
- npm install
9+
710
prepare:
811
stage: prepare
912
script:
10-
- npm install
1113
- npm run lint
1214

1315
publish:
@@ -18,6 +20,4 @@ publish:
1820
- npm install -g npm-login-cli
1921
- npm-login-cli https://registry.npmjs.org/ $NPM_USER $NPM_PASSWORD $NPM_EMAIL
2022
- npm whoami
21-
- npm install
22-
- npm run build
2323
- npm publish --access public

0 commit comments

Comments
 (0)