firefox + llama.cpp == very good prose.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(target) add verify target with web-ext from mozilla

eagleusb caa34f9b 9c8d5397

+3 -2
+3 -2
package.json
··· 7 7 "scripts": { 8 8 "build": "npm run lint && webpack --mode production", 9 9 "dev": "webpack --mode development --watch", 10 - "lint": "eslint src/ && npx web-ext lint --source-dir dist --self-hosted --output json", 11 - "package": "npm run build && cd dist && zip -r ../shakespeare.zip . -x '.*'" 10 + "lint": "eslint src/", 11 + "verify": "npx web-ext lint -s dist/ --output json", 12 + "package": "npm run build && npm run verify && cd dist && zip -r ../shakespeare-0.1.0.zip . -x '.*'" 12 13 }, 13 14 "devDependencies": { 14 15 "@types/firefox-webext-browser": "^143.0.0",