add ci-test
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
"type": "module",
|
||||
|
||||
"scripts": {
|
||||
"ci-test": "bun run test",
|
||||
"ci-build": "bun run build:node && bun run build:browser && bun run build:types",
|
||||
"format": "prettier --write ./",
|
||||
"preinstall": "npm prune",
|
||||
"pretest": "bun run lint",
|
||||
"test": "bun test",
|
||||
"test:watch": "bun test --watch",
|
||||
"test:coverage": "bun test --coverage",
|
||||
|
||||
Reference in New Issue
Block a user