Skip to content

Commit 2164cc4

Browse files
committed
remove preinstall scripts
1 parent 48a1dcd commit 2164cc4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

neo4j-driver-lite/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"test:watch": "jest --watch",
1212
"test:it": "jest -c jest.integration.config.ts",
1313
"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"
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)