From e45668cf39ed85b977fe97be8cbfa7117dd338c2 Mon Sep 17 00:00:00 2001 From: Nastya <55718143+anrusina@users.noreply.github.com> Date: Mon, 23 May 2022 17:44:25 -0700 Subject: [PATCH] chore: update package Signed-off-by: Nastya <55718143+anrusina@users.noreply.github.com> --- packages/plugins/flyte-api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugins/flyte-api/package.json b/packages/plugins/flyte-api/package.json index 04c36f4ea..283133c67 100644 --- a/packages/plugins/flyte-api/package.json +++ b/packages/plugins/flyte-api/package.json @@ -1,6 +1,6 @@ { "name": "@flyteconsole/flyte-api", - "version": "0.2.3", + "version": "0.0.1-rc3", "description": "FlyteConsole plugin to allow access FlyteAPI", "main": "./dist/index.js", "module": "./lib/esm/index.js", @@ -16,7 +16,7 @@ "build": "yarn build:esm && yarn build:cjs", "build:esm": "tsc --module esnext --outDir lib/esm --project ./tsconfig.build.json", "build:cjs": "tsc --project ./tsconfig.build.json", - "publish": "yarn clean && yarn version && yarn build:esm", + "push:update": "yarn clean && yarn build:esm && yarn publish", "test": "NODE_ENV=test jest" }, "dependencies": {