Skip to content

Commit

Permalink
fix: 빌드에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon committed Aug 16, 2021
1 parent 274ce7d commit 2fe086d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 1 addition & 9 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,7 @@ module.exports = {
}
}],
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"pkgRoot": "./dist"
}],
[
"@semantic-release/exec",
{
"prepareCmd": "yarn copy-version",
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
"build-stories": "yarn build-storybook -o ./storybook-static -s ./public --docs",
"publish-stories": "node ./.storybook/deploy.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clean": "rm -rf dist && mkdir dist",
"copy": "ncp package.json dist/package.json",
"copy-sass": "ncp src/sass/modules dist/sass",
"copy-version": "ncp dist/package.json package.json",
"typecheck": "tsc --noEmit -p ./tsconfig.json"
},
"eslintConfig": {
Expand Down

0 comments on commit 2fe086d

Please sign in to comment.