Skip to content

Commit 8f6236d

Browse files
committed
Add versionRelease script to lite version
1 parent 694c268 commit 8f6236d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neo4j-driver-lite/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"test": "jest",
1111
"test:watch": "jest --watch",
1212
"test:it": "jest -c jest.integration.config.ts",
13-
"test:it:browser": "jest -c jest.browser.config.ts"
13+
"test:it:browser": "jest -c jest.browser.config.ts",
14+
"versionRelease": "npm version $VERSION --no-git-tag-version"
1415
},
1516
"unpkg": "lib/browser/neo4j-lite-web.js",
1617
"jsdelivr": "lib/browser/neo4j-lite-web.js",

0 commit comments

Comments
 (0)