Skip to content

Commit

Permalink
Merge pull request #4062 from camptocamp/publish
Browse files Browse the repository at this point in the history
Publish apps and daily as latest
  • Loading branch information
sbrunner committed Jul 27, 2018
2 parents 49e8106 + c28c690 commit a601dd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
/examples/
/docs/
/contribs/gmf/examples/
/contribs/gmf/apps/
/contribs/gmf/build/
2 changes: 1 addition & 1 deletion buildtools/travis-npm-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ then
then
echo "Publish daily version"
$RUN npm install --no-save fluid-publish
$RUN node_modules/.bin/fluid-publish devTag="daily"
$RUN node_modules/.bin/fluid-publish
fi
fi
fi

0 comments on commit a601dd7

Please sign in to comment.