From 5276f1c1a5f24be3f108b0eb165b795802c80a30 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Fri, 2 Aug 2024 14:39:05 -0400 Subject: [PATCH] configure packages in prep for release action --- package.json | 4 +++- packages/cli/package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index da11ffd..04191aa 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ ], "scripts": { "test": "jest", - "build": "npm run build --workspaces --platform=node" + "build": "npm run build --workspaces --platform=node", + "changeset:version": "changeset version", + "changeset:publish": "npm run build && changeset publish" }, "repository": { "type": "git", diff --git a/packages/cli/package.json b/packages/cli/package.json index b33e276..225f7ad 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { - "name": "jspsych-metadata-cli", - "version": "1.0.3", + "name": "@jspsych/metadata-cli", + "version": "0.0.1", "description": "This directory contains tools for interacting and generating CLI through the terminal.", "main": "dist/cjs/index.cjs", "author": "Victor Zhang",