Skip to content

Commit aa164d5

Browse files
committed
fix package.json
1 parent 546ebaa commit aa164d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "git://github.com/neo4j/neo4j-javascript-driver.git"
1010
},
1111
"scripts": {
12-
"preinstall": "cd core && npm i && npm run build || true",
12+
"preinstall": "cd core && npm ci && npm run build || true",
1313
"lint": "eslint --fix --ext .js ./",
1414
"format": "prettier-eslint '**/*.js' '**/*.json' '**/*.md' '**/*.ts' '**/*.html' --write",
1515
"test": "gulp test",

0 commit comments

Comments
 (0)