Skip to content

Commit 3bf08f6

Browse files
committed
Chore: fix a bug of deploy script
1 parent 203cace commit 3bf08f6

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
@@ -11,7 +11,7 @@ main()
1111
* @returns {void}
1212
*/
1313
function main() {
14-
if (skipBuild) {
14+
if (!skipBuild) {
1515
exec(`git checkout v${version}`)
1616
exec("npm run build")
1717
}

0 commit comments

Comments
 (0)