diff --git a/package.json b/package.json index 825fdca..8f0885d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "npm run build && nx run-many --target=link && nx run-many --target=test", "cover": "nx run-many --target=cover", "build": "nx run-many --target=build", - "release": "npm build && changeset publish", + "release": "npm run build && changeset publish", "lint": "nx run-many --target=link && npm run build && nx run-many --target=lint" }, "author": {