mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(travis): fix bower script not working correctly
This commit is contained in:
@@ -46,7 +46,7 @@ function run {
|
||||
node -p "var b = require('$PROJECT_DIR/bower.json'); \
|
||||
delete b.ignore; \
|
||||
b.main = b.main.map(function(s) { return s.replace(/^release\//,''); }); \
|
||||
console.log(JSON.stringify(b,null,2));" \
|
||||
JSON.stringify(b,null,2);" \
|
||||
> $BOWER_DIR/bower.json
|
||||
|
||||
echo "-- Updating version in ionic-bower to $VERSION"
|
||||
|
||||
Reference in New Issue
Block a user