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:
@@ -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"
|
||||||
@@ -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": [
|
||||||
|
|||||||
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user