created script to zip the extension for uploading
package-extension.sh
This commit is contained in:
4
package-extension.sh
Executable file
4
package-extension.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
tsc;
|
||||
zip -r package.zip icons/ pages/ scripts/ styles/ manifest.json;
|
||||
Reference in New Issue
Block a user