We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a840ff commit ad3906dCopy full SHA for ad3906d
1 file changed
.gitlab-ci.yml
@@ -4,10 +4,12 @@ stages:
4
- prepare
5
- publish
6
7
+before_script:
8
+ - npm install
9
+
10
prepare:
11
stage: prepare
12
script:
- - npm install
13
- npm run lint
14
15
publish:
@@ -18,6 +20,4 @@ publish:
18
20
- npm install -g npm-login-cli
19
21
- npm-login-cli https://registry.npmjs.org/ $NPM_USER $NPM_PASSWORD $NPM_EMAIL
22
- npm whoami
- - npm run build
23
- npm publish --access public
0 commit comments