maintenance
This commit is contained in:
@@ -5,8 +5,14 @@
|
||||
"scripts": {
|
||||
"ci-build": "bun run build",
|
||||
"test": "bun test",
|
||||
"test:unit": "bun test test/unit",
|
||||
"test:integration": "bun test test/integration",
|
||||
"test:watch": "bun test --watch",
|
||||
"test:watch:unit": "bun test --watch test/unit",
|
||||
"test:watch:integration": "bun test --watch test/integration",
|
||||
"test:coverage": "bun test --coverage",
|
||||
"test:coverage:unit": "bun test --coverage test/unit",
|
||||
"test:coverage:integration": "bun test --coverage test/integration",
|
||||
"preformat": "bun install",
|
||||
"format": "prettier --write ./",
|
||||
"prelint:fix": "bun format",
|
||||
|
||||
Reference in New Issue
Block a user