Replace txti.es with privatebin: fix #4705

This commit is contained in:
Oliver Blanthorn 2023-11-19 14:20:39 +01:00
parent e6b1c0d412
commit f8aafebfce
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -69,7 +69,7 @@
"lint": "bash hooks/pre-commit",
"make-zip": "web-ext build --source-dir build --overwrite-dest",
"pretty": "bash scripts/pretty.sh",
"run": "web-ext run -s build/ -u 'txti.es'",
"run": "web-ext run -s build/ -u '0.0g.gg'",
"test": "yarn run build && web-ext build --source-dir ./build --overwrite-dest && jest --silent",
"update-buildsystem": "rm -rf src/node_modules; yarn run clean",
"watch": "echo 'watch is broken, use build instead'; exit 0;",