chore: update static file

This commit is contained in:
2024-03-02 01:59:57 +08:00
parent 3a091f4875
commit 1a41848929

View File

@@ -10,7 +10,7 @@ if(!version){
shell.exec ('npm install --registry https://registry.npmmirror.com'); shell.exec ('npm install --registry https://registry.npmmirror.com');
shell.exec ('npm run build-client'); shell.exec ('npm run build-client');
shell.exec ('npm run changelog'); // shell.exec ('npm run changelog');
shell.exec ('git add .'); shell.exec ('git add .');
shell.exec ('git commit -a -m "chore: update static file"'); shell.exec ('git commit -a -m "chore: update static file"');