Skip to content

Commit f42c670

Browse files
authored
chore: fixed release script to update proper config file (#4888)
1 parent d2a963d commit f42c670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ node -e "
7474
}
7575
update('package.json');
7676
update('build/package.json');
77-
update('./lib/ace/config.js');
77+
update('./src/config.js');
7878
"
7979

8080
pause "versions updated. do you want to start build script? [y/n]"

0 commit comments

Comments
 (0)