Skip to content

Commit

Permalink
fix: test command
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Dec 9, 2024
1 parent 301ac38 commit b953983
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 @@ -5,7 +5,7 @@
"main": "plugin.js",
"types": "plugin.d.ts",
"scripts": {
"test": "tap test/*.test.js && npm run typescript",
"test": "node --test && npm run typescript",
"test:ci": "tap --coverage-report=lcov test/*.test.js && npm run typescript",
"lint": "standard | snazzy",
"lint:fix": "standard --fix | snazzy",
Expand Down

0 comments on commit b953983

Please sign in to comment.