(- new meta) Just for funsies. 👟

This commit is contained in:
ELLIOTTCABLE 2019-09-16 18:39:53 -05:00
parent 32fb44e459
commit ad43f10fec
No known key found for this signature in database
GPG key ID: 8C149643D99F3060

View file

@ -49,6 +49,7 @@
"scripts": {
"build": "sh scripts/build.sh",
"run": "web-ext run -s build/ -u 'txti.es'",
"forrest-run": "yarn run run",
"watch": "echo 'watch is broken, use build instead'; exit 0;",
"clean": "rm -rf build generated",
"test": "yarn run build && rm -rf web-ext-artifacts/* && web-ext build --source-dir ./build --overwrite-dest && mv web-ext-artifacts/*.zip web-ext-artifacts/tridactyl.xpi && jest --silent",