Skip to content

Commit

Permalink
Update the "test" script
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jan 24, 2024
1 parent 4038578 commit 25f3318
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 @@ -53,6 +53,6 @@
"lint": "tsc --project tsconfig.json && eslint --config=etc/eslint.json example src test tool",
"postpublish": "node tool/publish.js",
"prepack": "npm run dist",
"test": "npm run build && node --test --test-reporter=spec --test-reporter-destination=stdout"
"test": "npm run build && node --test --test-reporter=spec"
}
}

0 comments on commit 25f3318

Please sign in to comment.