Skip to content

Commit 3c1a0b1

Browse files
committed
peek inside dist dir
1 parent 73dc8c3 commit 3c1a0b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ script:
4141
- cd ..
4242
before_deploy:
4343
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9\.]*\)"\s*,*/\1/p' dist/package.json`
44+
- ls -la dist
4445
- mv dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
4546
- mv .travis ../
4647
- cd ..

0 commit comments

Comments
 (0)