Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify release process #201

Merged
merged 6 commits into from
Aug 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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