5 lines
95 B
Bash
Executable file
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
|