remove redundant build
This commit is contained in:
parent
26d67eb84e
commit
efa632dc83
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
"scripts": {
|
||||
"build": "./make.sh build",
|
||||
"test": "bun test test/unit",
|
||||
"test:integration": "bun run build && bun test test/integration",
|
||||
"test:integration": "bun test test/integration",
|
||||
"test:all": "bun run test && bun run test:integration",
|
||||
"dev": "bun --watch dev-server.js",
|
||||
"prepublishOnly": "./make.sh"
|
||||
|
|
|
|||
Loading…
Reference in a new issue