File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 11
11
"test:watch" : " jest --watch" ,
12
12
"test:it" : " jest -c jest.integration.config.ts" ,
13
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"
15
14
},
16
15
"unpkg" : " lib/browser/neo4j-lite-web.js" ,
17
16
"jsdelivr" : " lib/browser/neo4j-lite-web.js" ,
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 ci && npm run build && cd ../bolt-connection && npm ci && npm run build || true" ,
13
12
"lint" : " eslint --fix --ext .js ./" ,
14
13
"format" : " prettier-eslint '**/*.js' '**/*.json' '**/*.md' '**/*.ts' '**/*.html' --write" ,
15
14
"test" : " gulp test" ,
You can’t perform that action at this time.
0 commit comments