Skip to content

Commit

Permalink
Revert "[tools] Simplify the preinstall script"
Browse files Browse the repository at this point in the history
This reverts commit a596529.
  • Loading branch information
tonyganch committed Jul 11, 2016
1 parent fba3bcd commit 0d1f392
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/preinstall.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
git clone https://github.com/sodatea/gonzales-pe.git
cd gonzales-pe && git checkout dev && npm i && npm run build && npm link && cd ..
git clone https://github.com/csscomb/core.git csscomb-core
cd csscomb-core && git checkout dev && npm i && npm run build && npm link && cd ..
cd csscomb-core && git checkout dev && npm link gonzales-pe && npm i && npm run build && npm link && cd ..
npm link gonzales-pe
npm link csscomb-core

0 comments on commit 0d1f392

Please sign in to comment.