Skip to content

Commit

Permalink
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 11b92e4
Showing 1 changed file with 1 addition and 1 deletion.
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": "cp -R node_modules/@bower_components app/bower_components"
}
}

0 comments on commit 11b92e4

Please sign in to comment.