switch to a library with ts support out of the box, idb
This commit is contained in:
@@ -8,8 +8,8 @@ if tsc; then
|
||||
cp -r node_modules/altcha/dist_external scripts/altcha/
|
||||
cp node_modules/altcha/* scripts/altcha/
|
||||
|
||||
mkdir -p scripts/indexeddb-promise
|
||||
cp node_modules/@coderundebug/indexeddb-promise/* scripts/indexeddb-promise
|
||||
mkdir -p scripts/idb
|
||||
cp node_modules/idb/build/* scripts/idb/
|
||||
|
||||
zip -r package.zip icons/ pages/ scripts/ styles/ manifest.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user