Skip to content

Commit

Permalink
fixed web releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
isdenmois committed Feb 25, 2021
1 parent afe89c0 commit a41d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/release/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ function deploy() {
const cwd = path.join(__dirname, '../../dist');
console.log('Start deploy web');

execSync('now --prod', { cwd, stdio: 'inherit' });
execSync('vercel deploy --prod', { cwd, stdio: 'inherit' });
}

0 comments on commit a41d7b5

Please sign in to comment.