Skip to content

Commit

Permalink
fix: #1218 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu committed May 26, 2020
1 parent ddb14c2 commit 855bbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/scripts/release-serverless.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const stage = yargs.argv.stage
// relative to the root of web-components package
const listServerlessYmlFiles = [
'src/search-widget/server/serverless.yml',
'src/appointment-planner-component/tserver/serverless.yml',
'src/appointment-planner-component/server/serverless.yml',
]

const deployServerlessList = () => {
Expand Down

0 comments on commit 855bbcf

Please sign in to comment.