Skip to content

Commit

Permalink
feat: changeset publish 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Nov 6, 2023
1 parent 2e30895 commit ed920ed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"lint": "eslint -c .eslintrc.json 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "yarn lint --fix",
"build": "vite build -c ./vite.config.ts",
"release": "yarn build && npm publish",
"dev": "vite ./playground"
},
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions apps/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"lint": "eslint -c .eslintrc.json 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "yarn lint --fix",
"build": "vite build -c ./vite.config.ts",
"dev": "vite ./playground",
"release": "yarn build && npm publish"
"dev": "vite ./playground"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/*"
],
"scripts": {
"release": "turbo run release",
"release": "yarn build && yarn changeset publish",
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
Expand Down
3 changes: 0 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
},
"dev": {
"cache": false
},
"release": {
"cache": false
}
}
}

0 comments on commit ed920ed

Please sign in to comment.