Skip to content

Commit

Permalink
Sort commands and add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Feb 14, 2024
1 parent b2a9640 commit ea8e9d1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"private": true,
"scripts": {
"build": "turbo run build",
"build:clide": "turbo run build --filter=./packages/clide*",
"test": "turbo run test:ci",
"build": "turbo run build",
"format": "prettier --write \"**/*.{ts,md}\"",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"format": "prettier --write \"**/*.{ts,md}\""
"release": "turbo run build && changeset release",
"test": "turbo run test:ci",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit ea8e9d1

Please sign in to comment.