We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed370a8 commit 5423b20Copy full SHA for 5423b20
.travis.yml
@@ -17,6 +17,7 @@ before_install:
17
- npm --version
18
19
after_success:
20
+ - npm run deploy
21
- PACKAGE_NAME=`scripts/package-name.sh package.json`
22
- PACKAGE_VERSION=`scripts/package-version.sh package.json`
23
- RELEASE=${PACKAGE_NAME}-${PACKAGE_VERSION}
0 commit comments