Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
direnakkoc committed Feb 23, 2023
1 parent fc8ea73 commit 8c112c7
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 @@
"audit": "npm audit --omit dev fix && npm audit --workspaces --omit dev fix",
"lint": "eslint .",
"lintfix": "eslint --cache --fix .",
"test:packages": "TAP_BUFFER=0 c8 tap --coverage --coverage-report=text-lcov --test-ignore='*node_modules*' **/*.test.ts",
"test:packages": "TAP_BUFFER=0 c8 tap --no-timeout --coverage --coverage-report=text-lcov --test-ignore='*node_modules*' **/*.test.ts",
"coverage": "c8 report --reporter=text-lcov > coverage/tests.lcov",
"test": "npm run lint && npm run destroy-test && npm run test:packages && npm run coverage",
"postversion": "./scripts/sync-macro-version.js",
Expand Down

0 comments on commit 8c112c7

Please sign in to comment.