You've already forked bilibili-subtitle
大重构,优化本地调试
This commit is contained in:
4
push.sh
4
push.sh
@@ -17,13 +17,11 @@ done
|
||||
|
||||
# Update the version in package.json
|
||||
sed -i '' "s/\"version\": \"$current_version\"/\"version\": \"$new_version\"/g" package.json
|
||||
# Update the version in manifest.json
|
||||
sed -i '' "s/\"version\": \"$current_version\"/\"version\": \"$new_version\"/g" manifest.json
|
||||
|
||||
echo "Version updated to: $new_version"
|
||||
|
||||
# build
|
||||
pnpm run build_chrome
|
||||
pnpm run build
|
||||
# zip dist
|
||||
rm -f dist.zip
|
||||
cd dist
|
||||
|
Reference in New Issue
Block a user