Skip to content

Commit 38359d6

Browse files
committed
fix install script
1 parent d7cd480 commit 38359d6

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/node-db

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
, "scripts" :
2121
{
2222
"install": "node-gyp rebuild --release",
23-
"preinstall": "git pull --recurse-submodules && git submodule update --init --recursive",
24-
"preuninstall": "rm -rf build/*"
23+
"preinstall": "git clone https://github.com/lessmind/node-db.git lib/node-db"
2524
}
2625
}

0 commit comments

Comments
 (0)