Skip to content

Commit e07274d

Browse files
committed
Corrected paths
1 parent 8a64274 commit e07274d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
set -e
12
# for npm module re-building
23
apt-get -y install build-essential libssl-dev git python
34
npm install -g node-gyp
45
# pre-install node source code for faster building
56
node-gyp install ${NODE_VERSION}
67

7-
bash $METEORD_DIR/cleanup.sh
8+
bash $METEORD_DIR/lib/cleanup.sh

binbuild/scripts/rebuild_npm_modules.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set -e
12
gyp_rebuild_inside_node_modules () {
23
for npmModule in ./*; do
34
cd $npmModule

0 commit comments

Comments
 (0)