Skip to content

Commit

Permalink
📝 Remove unused scripts from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Feb 19, 2024
1 parent 1291db9 commit 0073edb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
"scripts": {
"bundle": "npm run format:write && npm run package",
"ci-test": "jest",
"coverage": "make-coverage-badge --output-path ./badges/coverage.svg",
"format:write": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"package": "ncc build src/main.ts --license licenses.txt",
"package:watch": "npm run package -- --watch",
"test": "jest",
Expand Down

0 comments on commit 0073edb

Please sign in to comment.