Skip to content

Commit 45b20fe

Browse files
committed
Ajusting build scripts and add ts-node to neo4j-driver dev-deps
1 parent 8f6236d commit 45b20fe

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

buildDependencies.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
npm --prefix core ci
4-
npm --prefix core run build
5-
npm --prefix bolt-connection ci
6-
npm --prefix bolt-connection run build
3+
cd core
4+
npm ci
5+
npm run build
6+
cd ../bolt-connection
7+
npm ci
8+
npm run build

package-lock.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"run-sequence": "^2.2.1",
100100
"semver": "^6.3.0",
101101
"tmp": "0.1.0",
102+
"ts-node": "^9.1.1",
102103
"typescript": "^3.9.7",
103104
"vinyl-buffer": "^1.0.1",
104105
"vinyl-source-stream": "^2.0.0",

0 commit comments

Comments
 (0)