@tonder.io/ionic-lite-sdk 0.0.18-beta → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitlab-ci.yml CHANGED
@@ -1,29 +1,29 @@
1
- image: grupoapok/awscli:18
2
-
3
- stages:
4
- - test
5
- - deploy
6
-
7
- test:
8
- stage: test
9
- only:
10
- - development
11
- before_script:
12
- - npm install
13
- script:
14
- - npm run test
15
-
16
- deploy:
17
- stage: deploy
18
- only:
19
- - tags
20
- before_script:
21
- - |
22
- {
23
- echo "@tonder.io:registry=https://registry.npmjs.org/"
24
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
25
- } | tee -a .npmrc
26
- script:
27
- - npm install
28
- - npm run build
1
+ image: grupoapok/awscli:18
2
+
3
+ stages:
4
+ - test
5
+ - deploy
6
+
7
+ test:
8
+ stage: test
9
+ only:
10
+ - development
11
+ before_script:
12
+ - npm install
13
+ script:
14
+ - npm run test
15
+
16
+ deploy:
17
+ stage: deploy
18
+ only:
19
+ - tags
20
+ before_script:
21
+ - |
22
+ {
23
+ echo "@tonder.io:registry=https://registry.npmjs.org/"
24
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
25
+ } | tee -a .npmrc
26
+ script:
27
+ - npm install
28
+ - npm run build
29
29
  - npm publish --access=public