diff --git a/package.json b/package.json index 6208826c0..b2d6f2500 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "lint:types": "npm run types", "lint:versions": "node ./scripts/lint-versions.js", "prepare": "husky install", - "release": "changeset publish", + "release": "changeset publish --tag lit2", "rm-all-node_modules": "npm exec --workspaces -- npx rimraf node_modules && npx rimraf node_modules", "rocket:build": "rocket build", "rocket:build:start": "web-dev-server --root-dir _site --open",