Navigation Menu

Skip to content

Commit

Permalink
fix: backport now.sh alias command update to the release/2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed May 31, 2019
1 parent f5a6807 commit 2fa8ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/handle-now-aliases.js
Expand Up @@ -43,7 +43,7 @@ async function aliasNowUrl(originalUrl, prefix) {
}

const aliasOutput = shell.exec(
`npx now alias ${deployedUrl} ${aliasedUrl} --team=boltdesignsystem --token=${NOW_TOKEN}`,
`npx now alias ${deployedUrl} ${aliasedUrl} --team=boltdesignsystem --token=${NOW_TOKEN} --no-verify`,
);

if (aliasOutput.code !== 0) {
Expand Down

0 comments on commit 2fa8ba8

Please sign in to comment.