-
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
feat: #1218 address confusing structure in web components #1305
feat: #1218 address confusing structure in web components #1305
Conversation
a7871fd
to
c3d6114
Compare
"release:server:prod": "node ../../scripts/release/release-serverless.js web-components", | ||
"release:npm:prod": "node ../../scripts/release/release-npm.js elements --skip-edit-release-note", | ||
"release:npm:prod": "node ../../scripts/release/release-npm.js web-components --skip-edit-release-note", |
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.
@willmcvay I think this will solve deployment issue of web-component release prod pipeline... Seems like typos in my previous commit in this file. That's great @vuhuucuong, if release:npm:prod
works ok this time, please help me comment on ticket: #1107
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.
@phmngocnghia got you 👍
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
Pull request checklist
Does this close any currently open issues?
fixes: #1218
Please check if your PR fulfills the following requirements:
yarn build
) was run locally and any changes were pushedyarn lint
) has passed locally and any fixes were made for failuresyarn test
) has passed locally and any fixes were made for failuresPull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: #1218
What is the new behavior?
scripts
folders out of./src
appointment-planner
into a separated folder/server
folder, andserverless.yml
inside that folderDoes this introduce a breaking change?
Other information
NOTE
We will need to deploy the new server for
search-widget
with nameweb-components.search-widget
behind this API Gateway to replace the old one, because the oldsearch-widget
server is namedweb-components
(see here)But it's actually just
search-widget
server, to avoid confusing, and to be able to deploy otherweb-components
server laterAfter deploy, need to update
config.json
too