Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
chore: Fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
mohebifar committed Feb 25, 2024
1 parent 9d796ae commit dabddcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "turbo lint",
"test": "turbo test",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish": "changeset publish"
"release": "changeset publish"
},
"devDependencies": {
"@react-unforget/eslint-config": "*",
Expand Down
3 changes: 3 additions & 0 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"@babel/core": "^7.23.9",
"@babel/parser": "^7.23.9",
"@babel/traverse": "^7.23.9"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit dabddcc

Please sign in to comment.