Skip to content

Commit 9c83f43

Browse files
committed
Chore: improve deploy script
1 parent c4d4895 commit 9c83f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main()
1010
* @returns {void}
1111
*/
1212
function main() {
13-
exec(`git checkout ${version}`)
13+
exec(`git checkout v${version}`)
1414
exec("npm run build")
1515
exec("git checkout gh-pages")
1616

0 commit comments

Comments
 (0)