Skip to content

Commit

Permalink
chore: updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
blunteshwar committed Dec 11, 2024
1 parent 98658e0 commit 4248815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:ts:watch": "wireit",
"build:types": "wireit",
"build:watch": "wireit",
"changeset-snapshot-publish": "yarn prepublishOnly && yarn changeset version --snapshot && yarn changeset publish --tag testing && yarn postpublish",
"changeset-snapshot-publish": "yarn prepublishOnly && yarn changeset version --snapshot && yarn changeset publish --tag testing && yarn changeset publish --dir ./react --tag testing --no-push",
"changeset-publish": "yarn prepublishOnly && yarn changeset version && yarn changeset publish && yarn push-to-remote && yarn postpublish",
"custom-element-json": "node tasks/custom-element-json.js",
"docs:analyze": "cem analyze --globs \"packages/**/*.ts\" --exclude \"**/*.d.ts\" --exclude \"**/stories/**\" --exclude \"**/icons/**\" --exclude \"**/elements/**\" --outdir projects/documentation --litelement",
Expand Down

0 comments on commit 4248815

Please sign in to comment.