Skip to content

Commit

Permalink
remove check script
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser committed Sep 4, 2024
1 parent 33ca39b commit 70bed5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/alveron-middleware-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"clean": "rimraf dist",
"build": "tsc -b",
"dev": "pnpm build -w",
"test": "ava",
"check": "pnpm build && pnpm test"
"test": "ava"
},
"keywords": [
"alveron",
Expand Down
3 changes: 1 addition & 2 deletions packages/alveron-middleware-persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"clean": "rimraf dist",
"build": "tsc -b",
"dev": "pnpm build -w",
"test": "ava",
"check": "pnpm build && pnpm test"
"test": "ava"
},
"keywords": [
"alveron",
Expand Down
3 changes: 1 addition & 2 deletions packages/alveron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"clean": "rimraf dist",
"build": "tsc -b",
"dev": "pnpm build -w",
"test": "ava",
"check": "pnpm build && pnpm test"
"test": "ava"
},
"keywords": [
"state management",
Expand Down

0 comments on commit 70bed5b

Please sign in to comment.