diff --git a/package.json b/package.json index 927edd82..2c944303 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,14 @@ "node": ">=18" }, "scripts": { - "build": "tsc -p .", "format": "prettier --write .", "lint": "npm run test:lint", "start": "FIL_WALLET_ADDRESS=0x000000000000000000000000000000000000dEaD node ./bin/station.js", - "test": "npm run build && npm run test:lint && npm run test:unit", + "test": "npm run test:lint && npm run test:unit", "test:lint": "prettier --check . && standard", + "test:types": "tsc -p .", "test:unit": "mocha", - "version": "npm run build && node ./scripts/version.js", + "version": "node ./scripts/version.js", "postinstall": "node ./scripts/post-install.js", "postpublish": "node ./scripts/post-publish.js", "release": "np"