Skip to content

Commit

Permalink
fix: ci-test is a one time run
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Sep 29, 2024
1 parent 4509745 commit 939d9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "rimraf dist pnpm-lock.yaml node_modules",
"preinstall": "npx only-allow pnpm",
"bundle": "pnpm run format:write && pnpm run package",
"ci-test": "pnpm vitest",
"ci-test": "pnpm vitest --run",
"format:write": "prettier --cache --write .",
"format:check": "prettier --check .",
"lint": "eslint --cache --cache-strategy content --report-unused-disable-directives .",
Expand Down

0 comments on commit 939d9f9

Please sign in to comment.