Skip to content

Commit 7b72cc2

Browse files
committed
chore(scripts): update test script in root package and remove from core package.json
1 parent 38da95a commit 7b72cc2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"bun": ">=1.3"
1818
},
1919
"scripts": {
20+
"test": "bun test",
2021
"install:clean": "bun pm cache rm && bunx rimraf bun.lock bun.lockb && bun install"
2122
}
2223
}

packages/core/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"url": "https://github.com/tarnishablec/thaterror/blob/main/LICENSE"
1010
}
1111
],
12-
"scripts": {
13-
"test": "bun test --coverage --coverage-reporter=text --coverage-reporter=lcov --coverage-skip-test-files"
14-
},
1512
"repository": {
1613
"type": "git",
1714
"url": "https://github.com/tarnishablec/thaterror.git"

0 commit comments

Comments
 (0)