Skip to content

Commit e3baccf

Browse files
committed
remove preinstall scripts
1 parent 48a1dcd commit e3baccf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

neo4j-driver-lite/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"test": "jest",
1111
"test:watch": "jest --watch",
1212
"test:it": "jest -c jest.integration.config.ts",
13-
"test:it:browser": "jest -c jest.browser.config.ts",
14-
"preinstall": "cd ../core && npm ci && npm run build && cd ../bolt-connection && npm ci && npm run build || true"
13+
"test:it:browser": "jest -c jest.browser.config.ts"
1514
},
1615
"unpkg": "lib/browser/neo4j-lite-web.js",
1716
"jsdelivr": "lib/browser/neo4j-lite-web.js",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"url": "git://github.com/neo4j/neo4j-javascript-driver.git"
1010
},
1111
"scripts": {
12-
"preinstall": "cd core && npm ci && npm run build && cd ../bolt-connection && npm ci && npm run build || true",
1312
"lint": "eslint --fix --ext .js ./",
1413
"format": "prettier-eslint '**/*.js' '**/*.json' '**/*.md' '**/*.ts' '**/*.html' --write",
1514
"test": "gulp test",

0 commit comments

Comments
 (0)