@tonder.io/ionic-full-sdk 0.0.8 → 0.0.10-beta

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,19 +1,19 @@
1
- image: grupoapok/awscli:18
2
-
3
- stages:
4
- - deploy
5
-
6
- deploy:
7
- stage: deploy
8
- only:
9
- - tags
10
- before_script:
11
- - |
12
- {
13
- echo "@tonder.io:registry=https://registry.npmjs.org/"
14
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
15
- } | tee -a .npmrc
16
- script:
17
- - npm install
18
- - npm run build
1
+ image: grupoapok/awscli:18
2
+
3
+ stages:
4
+ - deploy
5
+
6
+ deploy:
7
+ stage: deploy
8
+ only:
9
+ - tags
10
+ before_script:
11
+ - |
12
+ {
13
+ echo "@tonder.io:registry=https://registry.npmjs.org/"
14
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
15
+ } | tee -a .npmrc
16
+ script:
17
+ - npm install
18
+ - npm run build
19
19
  - npm publish --access=public