Skip to content

Commit

Permalink
chore: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 26, 2024
1 parent 2f57428 commit 43b808e
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 @@ -22,7 +22,7 @@
"build": "npm run build:meta && npm run build:tsup",
"build:meta": "npm run ts -- ./tools/update-meta.ts",
"build:tsup": "tsup",
"clean": "rimraf lib .nyc_output dist coverage",
"clean": "rimraf .nyc_output dist coverage",
"test": "npm run mocha -- \"tests/src/**/*.ts\" --reporter dot --timeout 60000 && npm run test:type",
"test:type": "tsc --noEmit",
"cover": "nyc --reporter=lcov npm run test",
Expand Down

0 comments on commit 43b808e

Please sign in to comment.