Skip to content

Commit

Permalink
build: update script naming
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Sep 14, 2023
1 parent d5f32c4 commit 803b659
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 @@ -45,7 +45,7 @@
"lint:dependencies": "depcheck",
"lint:fix": "eslint --fix src/",
"test": "yarn test:unit && yarn test:nut",
"test:build:local": "yarn clean ; shx rm -rf .yarn/cache node_modules ; yarn && yarn pack && yarn test",
"test:build": "yarn clean ; shx rm -rf .yarn/cache node_modules ; yarn && yarn pack && yarn test",
"test:mutation": "stryker run",
"test:nut": "nyc mocha **/*.nut.ts",
"test:perf": "node __tests__/perf/bench.mjs | tee perf-result.txt",
Expand Down

0 comments on commit 803b659

Please sign in to comment.