We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea19f4d commit 021b49cCopy full SHA for 021b49c
.travis.yml
@@ -36,7 +36,7 @@ deploy:
36
tags: true
37
repo: Clarifai/clarifai-javascript
38
- provider: npm
39
- email: jade@clarifai.com
+ email: eng+npm@clarifai.com
40
api_key: ${NPM_TOKEN}
41
on:
42
@@ -49,4 +49,4 @@ deploy:
49
50
51
52
-after_deploy: cd examples && npm i clarifai@latest && CLARIFAI_API_KEY=${API_KEY} node index
+after_deploy: cd examples && npm i clarifai@latest && CLARIFAI_API_KEY=${API_KEY} node index && cd ..
0 commit comments