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

Commit dabddcc

Browse files
committed
chore: Fix release command
1 parent 9d796ae commit dabddcc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "turbo lint",
88
"test": "turbo test",
99
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
10-
"publish": "changeset publish"
10+
"release": "changeset publish"
1111
},
1212
"devDependencies": {
1313
"@react-unforget/eslint-config": "*",

packages/compiler/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
"@babel/core": "^7.23.9",
3636
"@babel/parser": "^7.23.9",
3737
"@babel/traverse": "^7.23.9"
38+
},
39+
"publishConfig": {
40+
"access": "public"
3841
}
3942
}

0 commit comments

Comments
 (0)