1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

build: fix publish script, bump stdlib 0.0.6 and vue 0.0.7

This commit is contained in:
2025-05-09 22:31:02 +07:00
parent de391fa80d
commit 7c1d801c8e
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ jobs:
echo "Version changed for $PACKAGE_NAME: $NPM_VERSION → $CURRENT_VERSION" echo "Version changed for $PACKAGE_NAME: $NPM_VERSION → $CURRENT_VERSION"
echo "Publishing $PACKAGE_NAME@$CURRENT_VERSION" echo "Publishing $PACKAGE_NAME@$CURRENT_VERSION"
cd $PACKAGE_DIR cd $PACKAGE_DIR
npm publish --access public pnpm publish --access public --no-git-checks
cd - cd -
else else
echo "No version change detected for $PACKAGE_NAME" echo "No version change detected for $PACKAGE_NAME"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@robonen/stdlib", "name": "@robonen/stdlib",
"version": "0.0.5", "version": "0.0.6",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "A collection of tools, utilities, and helpers for TypeScript", "description": "A collection of tools, utilities, and helpers for TypeScript",
"keywords": [ "keywords": [

View File

@@ -1,6 +1,6 @@
{ {
"name": "@robonen/vue", "name": "@robonen/vue",
"version": "0.0.6", "version": "0.0.7",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "Collection of powerful tools for Vue", "description": "Collection of powerful tools for Vue",
"keywords": [ "keywords": [