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