Skip to content

Commit 69aeef8

Browse files
committed
removing symlink-dir in favor of mkdir and ln
1 parent eb1d274 commit 69aeef8

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
@@ -10,7 +10,7 @@
1010
"build": "ember build",
1111
"start": "ember server",
1212
"test": "ember try:each",
13-
"postinstall": "mkdir -p bower_components && ln -sf ./node_modules/@bower_components/* ./bower_components/"
13+
"postinstall": "mkdir -p bower_components && find ./node_modules/@bower_components/* -type d -maxdepth 0 -exec ln -sf ../{} ./bower_components/ \\;"
1414
},
1515
"repository": "https://github.com/mnowik/ember-countries",
1616
"engines": {

0 commit comments

Comments
 (0)