We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546ebaa commit aa164d5Copy full SHA for aa164d5
package.json
@@ -9,7 +9,7 @@
9
"url": "git://github.com/neo4j/neo4j-javascript-driver.git"
10
},
11
"scripts": {
12
- "preinstall": "cd core && npm i && npm run build || true",
+ "preinstall": "cd core && npm ci && npm run build || true",
13
"lint": "eslint --fix --ext .js ./",
14
"format": "prettier-eslint '**/*.js' '**/*.json' '**/*.md' '**/*.ts' '**/*.html' --write",
15
"test": "gulp test",
0 commit comments