diff --git a/package.json b/package.json index 4dda309..0645004 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,12 @@ }, "scripts": { "build": "tsup-node src/main.ts --target node16 --format cjs,esm --dts --sourcemap", - "build-watch": "pnpm -C packages/reacord build -- --watch", + "build-watch": "pnpm build -- --watch", "lint": "eslint --ext js,ts,tsx .", "lint-fix": "pnpm lint -- --fix", "format": "prettier --write .", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", + "test-watch": "pnpm test -- --watch", "coverage": "pnpm test -- --coverage", "typecheck": "tsc --noEmit" },