Skip to content

Commit

Permalink
watch test
Browse files Browse the repository at this point in the history
  • Loading branch information
scandar committed Nov 11, 2024
1 parent c61d35c commit dd1c089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
},
"scripts": {
"bundle": "npm run format:write && npm run package",
"ci-test": "npx vitest run --coverage.enabled --coverage.reporter='text-summary'",
"ci-test": "npx vitest run --coverage.enabled --coverage.reporter='text'",
"format:write": "npx prettier --write .",
"format:check": "npx prettier --check .",
"lint": "npx eslint . -c ./.github/linters/eslint.config.mjs",
"local-action": "npx local-action . src/main.ts .env",
"package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt",
"package:watch": "npm run package -- --watch",
"test": "vitest run",
"test": "vitest",
"all": "npm run format:write && npm run lint && npm run test && npm run package"
},
"license": "MIT",
Expand Down

0 comments on commit dd1c089

Please sign in to comment.