Skip to content

Commit bb0e1f8

Browse files
Update package.json
1 parent f71f2f3 commit bb0e1f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlitecloud-js",
3-
"version": "0.0.26",
3+
"version": "0.0.29",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -10,6 +10,7 @@
1010
"scripts": {
1111
"test": "jest --coverage",
1212
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json",
13+
"publish": "npm run build && npm publish",
1314
"prettier": "prettier --write 'src/**/*'",
1415
"lint": "eslint ./src/ --fix && tsc --noEmit",
1516
"typedoc": "rm -rf ./docs/ && typedoc --out docs && typedoc --plugin typedoc-plugin-markdown --out docs/markdown",

0 commit comments

Comments
 (0)