version bump script
This commit is contained in:
@@ -24,7 +24,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
|
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
|
||||||
"build": "rm -rf ./dist && npm run build:types && rollup -c",
|
"build": "rm -rf ./dist && npm run build:types && rollup -c",
|
||||||
"test": "vitest"
|
"test": "vitest",
|
||||||
|
"version": "npm run build && git add -A ./dist"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-typescript": "^12.1.4",
|
"@rollup/plugin-typescript": "^12.1.4",
|
||||||
@@ -34,6 +35,7 @@
|
|||||||
"vitest": "^3.2.4"
|
"vitest": "^3.2.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rgrove/parse-xml": "^4.2.0"
|
"@rgrove/parse-xml": "^4.2.0",
|
||||||
|
"cordova-plugin-ble-central": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user