We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1a319 commit 11b92e4Copy full SHA for 11b92e4
package.json
@@ -75,6 +75,6 @@
75
"yarn": ">= 1.0.0"
76
},
77
"scripts": {
78
- "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"
79
}
80
0 commit comments