Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed Nov 18, 2023
1 parent 9a03414 commit 1626889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src ./demo",
"prepublishOnly": "npm run build",
"start": "npm run run-demos",
"release": "npm build && changeset publish"
"release": "npm run build && changeset publish"
},
"keywords": [
"react",
Expand Down

0 comments on commit 1626889

Please sign in to comment.