Skip to content

Commit 11b92e4

Browse files
committed
symlinks not working on travis
1 parent 2a1a319 commit 11b92e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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": "cp -R node_modules/@bower_components app/bower_components"
7979
}
8080
}

0 commit comments

Comments
 (0)