Skip to content

Commit 497f703

Browse files
committed
t symlinks not working on travis
1 parent 2a1a319 commit 497f703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
- npm install -g grunt-cli
1111

1212
install:
13-
- yarn
13+
- yarn install
1414

1515
script: grunt deploy
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
"yarn": ">= 1.0.0"
7676
},
7777
"scripts": {
78-
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
78+
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\" && ls -al app/bower_components"
7979
}
8080
}

0 commit comments

Comments
 (0)