-
Notifications
You must be signed in to change notification settings - Fork 22
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
chore: #131 migrate elements github page #181
chore: #131 migrate elements github page #181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@@ -68,3 +68,54 @@ jobs: | |||
- name: Release Develop | |||
run: | | |||
yarn release:dev --since origin/master^1 --parallel | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need to add particular CI for only elements
we can use
at elements package.json
"scripts": {
"release:dev": "gh-pages -d dist"
}
``
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we were only releasing to Pages when we release to NPM?
packages/elements/package.json
Outdated
@@ -20,6 +20,7 @@ | |||
"module": "dist/elements.esm.js", | |||
"typings": "dist/index.d.ts", | |||
"scripts": { | |||
"build-storybook": "build-storybook -o out", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"release:dev": "gh-pages -d dist"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then add gh-pages to dev dependencies
4a4d0e3
to
a8261e0
Compare
- name: Release Develop | ||
run: | | ||
yarn release:dev --since origin/master^1 --parallel | ||
yarn release:dev --since origin/master^1 --parallel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls add more line for EOF
a8261e0
to
eb0f071
Compare
8703fcc
to
a6126d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
a6126d2
to
951ee63
Compare
951ee63
to
072b151
Compare
* [CLD-406] Fix scroll to link in Docs (Dev portals), scroll to anchor link when directly go into route that have `#` * Remove unnecessary links * Update snapshot * Add tests
…-wizard [CLD-566] create help guide wizard
No description provided.