Skip to content

Commit e71b561

Browse files
committed
update build script
1 parent d7126df commit e71b561

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bolt-connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
77
"scripts": {
8-
"build": "tsc",
8+
"build": "tsc --build",
99
"test": "jest --passWithNoTests",
1010
"test::watch": "jest --watch"
1111
},

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
77
"scripts": {
8-
"build": "tsc",
8+
"build": "tsc --build",
99
"build::es6": "tsc --target ES6 --outdir lib6",
1010
"test": "jest",
1111
"test::watch": "jest --watch",

neo4j-driver-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
77
"scripts": {
8-
"build": "tsc",
8+
"build": "tsc --build",
99
"build:browser": "browserify --standalone neo4j lib/index.js -o lib/browser/neo4j-lite-web.js && uglifyjs --mangle --compress -o lib/browser/neo4j-lite-web.min.js -- lib/browser/neo4j-lite-web.js ",
1010
"test": "jest",
1111
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)