Skip to content

Commit

Permalink
configure packages in prep for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Aug 2, 2024
1 parent f890b0a commit 5276f1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5276f1c

Please sign in to comment.