Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <[email protected]>
  • Loading branch information
xiaohk committed Feb 4, 2024
1 parent 7c5958f commit 29d3e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"scripts": {
"test": "vitest test/mememo.test.ts",
"test:browser": "vitest -c vitest.config.browser.ts test/mememo.browser.test.ts",
"test:run": "vitest run test/mememo.test.ts && npn run test:run:browser",
"test:run": "vitest run test/mememo.test.ts && npm run test:run:browser",
"test:run:browser": "vitest run -c vitest.config.browser.ts test/mememo.browser.test.ts",
"coverage": "vitest run --coverage && c8 report && pnpm run coverage:badge",
"coverage:badge": "pnpx make-coverage-badge --output-path ./imgs/coverage-badge.svg",
Expand All @@ -55,6 +55,7 @@
"@vitest/coverage-v8": "^1.2.1",
"c8": "^9.1.0",
"d3-random": "^3.0.1",
"dexie": "^3.2.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down

0 comments on commit 29d3e68

Please sign in to comment.