From 45d135a42630cc9cf5ebfbc95f74f1eb101e5c4d Mon Sep 17 00:00:00 2001 From: cliffhall Date: Wed, 30 Apr 2025 12:39:15 -0400 Subject: [PATCH] Bump release to 0.11.0 * In package.json - replaced prepare script, which will cause automatic build after npm install --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d9f653d..af8abd3 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "test-cli": "cd cli && npm run test", "prettier-fix": "prettier --write .", "prettier-check": "prettier --check .", + "prepare": "npm run build", "publish-all": "npm publish --workspaces --access public && npm publish --access public" }, "dependencies": {