chromium-proxy-settings/build.sh
Mathieu Strypsteen bfbef78977
All checks were successful
Build / build (push) Successful in 21s
Add build script
2024-02-18 09:08:50 +01:00

5 lines
95 B
Bash
Executable file

#!/bin/sh
set -e
npx tsc
rm -f proxy-settings.zip
zip proxy-settings manifest.json *.html *.js