Skip to content

Commit

Permalink
build: release script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Nov 6, 2023
1 parent e15e252 commit d30df5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"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 && yarn changeset publish",
"release": "yarn build && yarn publish",
"dev": "vite ./playground"
},
"repository": {
Expand Down Expand Up @@ -48,7 +48,6 @@
"react": "^18"
},
"devDependencies": {
"@changesets/cli": "*",
"@types/navermaps": "*",
"@types/node": "^18.18.2",
"@types/react": "^18.0.28",
Expand Down
3 changes: 1 addition & 2 deletions apps/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:fix": "yarn lint --fix",
"build": "vite build -c ./vite.config.ts",
"dev": "vite ./playground",
"release": "yarn build && yarn changeset publish"
"release": "yarn build && yarn publish"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,6 @@
"vue": "^3"
},
"devDependencies": {
"@changesets/cli": "*",
"@types/navermaps": "*",
"@types/node": "^18.18.2",
"@vitejs/plugin-vue": "^4.4.0",
Expand Down
4 changes: 1 addition & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ __metadata:
languageName: node
linkType: hard

"@changesets/cli@npm:*, @changesets/cli@npm:^2.26.2":
"@changesets/cli@npm:^2.26.2":
version: 2.26.2
resolution: "@changesets/cli@npm:2.26.2"
dependencies:
Expand Down Expand Up @@ -1349,7 +1349,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@naver-maps/react@workspace:apps/react"
dependencies:
"@changesets/cli": "npm:*"
"@types/navermaps": "npm:*"
"@types/node": "npm:^18.18.2"
"@types/react": "npm:^18.0.28"
Expand All @@ -1374,7 +1373,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@naver-maps/vue@workspace:apps/vue"
dependencies:
"@changesets/cli": "npm:*"
"@types/navermaps": "npm:*"
"@types/node": "npm:^18.18.2"
"@vitejs/plugin-vue": "npm:^4.4.0"
Expand Down

0 comments on commit d30df5f

Please sign in to comment.