Skip to content

Commit 05bb10c

Browse files
committed
Issue #118: Move everything to node-channel directory
Add to intialize.sh so it gets initialized as well.
1 parent 1b59435 commit 05bb10c

30 files changed

+13
-2
lines changed

initialize.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ rm -rf category-style/node_modules
99
rm -rf category-style/dist
1010
rm -rf log4ts-style/node_modules
1111
rm -rf log4ts-style/dist
12+
rm -rf node-channel/dist
13+
rm -rf node-channel/node_modules
1214
rm -rf tests-integration/rollup/node_modules
1315
rm -rf tests-integration/rollup/dist
1416
rm -f tests-integration/rollup/package-lock.json
@@ -41,6 +43,15 @@ npm ci
4143
echo "Building log4ts-style..."
4244
npm run build
4345

46+
echo "Installing packages for node-channel..."
47+
cd ../node-channel
48+
npm link typescript-logging
49+
npm ci
50+
51+
echo "Building node-channel..."
52+
npm run build
53+
54+
4455
# Note we do install, we don't checkin package-lock here as otherwise npm will use cache (so something old) for these if
4556
# they were previously installed, can't have that with tests, they need to be reliable.
4657
echo ""
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)