6 lines
95 B
Bash
6 lines
95 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
npx tsc
|
||
|
rm -f proxy-settings.zip
|
||
|
zip proxy-settings manifest.json *.html *.js
|