Skip to content

Commit

Permalink
Merge pull request #201 from storybookjs/release-process
Browse files Browse the repository at this point in the history
Simplify release process
  • Loading branch information
kylesuss authored Aug 11, 2020
2 parents 0c45504 + c2cfec9 commit 0b0e15a
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 214 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint": "yarn lint:js && yarn lint:package",
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
"lint:package": "sort-package-json",
"release": "dotenv yarn build && npx ts-node ./scripts/update-chromatic-url.ts && npx sort-package-json && ./scripts/release.sh",
"release": "dotenv yarn build && auto shipit",
"storybook": "start-storybook -p 6006"
},
"husky": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"@storybook/react": "6.0.0-beta.20",
"@types/fs-extra": "^9.0.1",
"@types/styled-components": "^5.1.0",
"auto": "^7.11.0",
"auto": "^9.50.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.10.7",
Expand Down Expand Up @@ -108,6 +108,6 @@
},
"storybook": {
"title": "Storybook Design System",
"url": "https://5ccbc373887ca40020446347-synmdrrwjj.chromatic.com/"
"url": "https://master--5ccbc373887ca40020446347.chromatic.com"
}
}
17 changes: 0 additions & 17 deletions scripts/release.sh

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/update-chromatic-url.ts

This file was deleted.

Loading

0 comments on commit 0b0e15a

Please sign in to comment.