Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Move packages from node_modules into /packages #488

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
link treehugger
  • Loading branch information
mvhenten committed Mar 28, 2018
commit ecbad015908361cdfc31dee6fc544330d3bfb17d
2 changes: 1 addition & 1 deletion scripts/install-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ updateNodeModules() {
fi
done

for pkg in kaefer smith frontdoor architect msgpack-js; do
for pkg in kaefer smith frontdoor architect msgpack-js treehugger; do
pushd packages/$pkg
npm link --production
popd
Expand Down