|
22 | 22 | "build:ts:watch": "wireit", |
23 | 23 | "build:types": "wireit", |
24 | 24 | "build:watch": "wireit", |
25 | | - "changeset-snapshot-publish": "yarn prepublishOnly && yarn changeset version --snapshot snapshot && yarn lint:versions --fix && yarn update-version && yarn changeset publish --no-git-tag --tag snapshot", |
26 | | - "changeset-publish": "yarn prepublishOnly && yarn changeset version && yarn install && yarn lint:versions --fix && yarn update-version && yarn changeset publish --no-git-tag && yarn push-to-remote && yarn create-git-tag && yarn postpublish", |
27 | | - "update-version": "node ./tasks/update-version.js", |
| 25 | + "changeset-publish": "yarn prepublishOnly && yarn changeset version && yarn constraints --fix && yarn install --refresh-lockfile && yarn version:update && yarn changeset publish --no-git-tag && yarn push-to-remote && yarn create-git-tag && yarn postpublish", |
| 26 | + "changeset-snapshot-publish": "yarn prepublishOnly && yarn changeset version --snapshot snapshot && yarn constraints --fix && yarn install --refresh-lockfile && yarn version:update && yarn changeset publish --no-git-tag --tag snapshot", |
28 | 27 | "chromatic": "chromatic --build-script-name storybook:build # note that --project-token must be set in your env variables", |
29 | 28 | "create-git-tag": "node --no-warnings tasks/create-git-tag.js", |
30 | 29 | "custom-element-json": "node tasks/custom-element-json.js", |
|
41 | 40 | "icons:ui": "wireit", |
42 | 41 | "icons:workflow": "wireit", |
43 | 42 | "lint": "git status --porcelain && git add . && lint-staged --allow-empty", |
44 | | - "lint:versions": "node ./scripts/lint-versions.js", |
45 | 43 | "new-package": "cd projects/templates && plop", |
46 | 44 | "postcustom-element-json": "node ./tasks/run-check-cem.js", |
47 | 45 | "postdocs:analyze": "node ./scripts/add-custom-properties.js --src=\"projects/documentation/custom-elements.json\"", |
48 | 46 | "postinstall": "husky || true && patch-package", |
| 47 | + "postpack": "pinst --enable", |
49 | 48 | "postpublish": "yarn prepublish:react && yarn publish:react && yarn postpublish:react", |
50 | 49 | "postpublish:react": "git reset --hard HEAD^ && git prune && rimraf react", |
51 | 50 | "precustom-element-json": "node tasks/remove-custom-elements-json.js", |
52 | 51 | "preeleventy": "yarn docs:analyze", |
53 | 52 | "prepack": "pinst --disable", |
54 | | - "postpack": "pinst --enable", |
55 | | - "prepublishOnly": "rimraf react && yarn build && yarn custom-element-json && yarn verify-build-artifacts && yarn build:confirm", |
56 | 53 | "prepublish:react": "yarn build:react && sed -i \"\" \"s/react/# react/g\" .gitignore && git commit -am \"Commit React Wrappers\" --no-verify", |
| 54 | + "prepublishOnly": "rimraf react && yarn build && yarn custom-element-json && yarn verify-build-artifacts && yarn build:confirm", |
57 | 55 | "prestorybook": "wireit", |
58 | 56 | "prestorybook:build": "cem analyze --outdir storybook/", |
59 | 57 | "pretest:bench": "yarn build:tests && test -f test/benchmark/cli.js ||:", |
|
87 | 85 | "update:spectrum-css:cleanup": "yarn --ignore-scripts && yarn process-spectrum && yarn lint", |
88 | 86 | "update:spectrum-css:nonbreaking": "node ./scripts/update-spectrum-css.js || yarn update:spectrum-css:cleanup", |
89 | 87 | "verify-build-artifacts": "node ./scripts/verify-build-artifacts.js", |
| 88 | + "version:update": "genversion --verbose --semi --esm ./tools/base/src/version.js", |
90 | 89 | "vrt:preview": "yarn wds --config test/visual/wds-vrt.config.js", |
91 | 90 | "vrt:quick-link": "yarn netlify deploy --alias=vrt --dir=projects/vrt-quick-link" |
92 | 91 | }, |
|
0 commit comments