Skip to content

Commit

Permalink
t symlinks not working on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cesine committed Sep 5, 2020
1 parent 2a1a319 commit 497f703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- npm install -g grunt-cli

install:
- yarn
- yarn install

script: grunt deploy

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"yarn": ">= 1.0.0"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
"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"
}
}

0 comments on commit 497f703

Please sign in to comment.