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 73dc8c3 commit 3c1a0b1Copy full SHA for 3c1a0b1
.travis.yml
@@ -41,6 +41,7 @@ script:
41
- cd ..
42
before_deploy:
43
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9\.]*\)"\s*,*/\1/p' dist/package.json`
44
+ - ls -la dist
45
- mv dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
46
- mv .travis ../
47
0 commit comments