File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
"url" : " git://github.com/neo4j/neo4j-javascript-driver.git"
10
10
},
11
11
"scripts" : {
12
- "preinstall" : " cd core && npm i && npm run build" ,
12
+ "preinstall" : " cd core && npm i && npm run build || true " ,
13
13
"lint" : " eslint --fix --ext .js ./" ,
14
14
"format" : " prettier-eslint '**/*.js' '**/*.json' '**/*.md' '**/*.ts' '**/*.html' --write" ,
15
15
"test" : " gulp test" ,
20
20
"run-ts-declaration-tests" : " gulp run-ts-declaration-tests" ,
21
21
"docs" : " esdoc -c esdoc.json" ,
22
22
"versionRelease" : " gulp set --x $VERSION && npm version $VERSION --no-git-tag-version" ,
23
- "browser" : " gulp browser && gulp test-browser"
23
+ "browser" : " gulp browser && gulp test-browser" ,
24
+ "prepack" : " cd core && npm pack && cd .. && npm i ./core/neo4j-driver-core-4.3.0.tgz"
24
25
},
25
26
"husky" : {
26
27
"hooks" : {
You can’t perform that action at this time.
0 commit comments