Skip to content

Commit

Permalink
chore: build userscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Bolsoni committed Jan 2, 2025
1 parent 708a3db commit 425f1a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"preinstall": "bun cli/preinstall.js",
"dev": "ts-node serviceWorker/build.ts && bun cli/build.ts dev",
"build": "ts-node serviceWorker/build.ts && bun cli/build.ts",
"build:tampermonkey": "bun cli/build.ts && bun platform/tampermonkey/build.js",
"lint": "eslint --ext .js,.ts && prettier --write **/*.{js,ts,css,html} --ignore-path .gitignore",
"test": "jest"
},
Expand Down
Loading

0 comments on commit 425f1a7

Please sign in to comment.