diff --git a/package.json b/package.json index 407316e8..bf5afbea 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "scripts": { "test": "npm test --workspaces --if-present", + "build": "npm run build --workspaces --if-present", "build:readme": "node tools/update-readme.js", "lint": "eslint .", "lint:fix": "eslint --fix ."