Skip to content

Commit

Permalink
Replace release script with auto shipit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 2, 2023
1 parent 8ae9023 commit 71aa12a
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 131 deletions.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"url": "https://github.com/chromaui/chromatic-cli.git"
},
"license": "MIT",
"author": "Chromatic <[email protected]>",
"exports": {
".": {
"types": "./dist/node.d.ts",
Expand Down Expand Up @@ -75,7 +76,7 @@
"lint": "yarn lint:js .storybook bin-src node-src test-stories ./isChromatic.js ./isChromatic.mjs",
"lint:js": "cross-env NODE_ENV=production eslint --fix --cache --cache-location=.cache/eslint --ext .js,.json,.mjs,.ts,.cjs --report-unused-disable-directives",
"lint:package": "sort-package-json",
"release": "node -r esm scripts/release.js",
"release": "yarn run build && auto shipit",
"trace": "./dist/bin.js trace",
"trim-stats": "./dist/bin.js trim-stats-file",
"storybook": "start-storybook -p 9009 -s static",
Expand Down Expand Up @@ -136,6 +137,7 @@
"any-observable": "^0.5.1",
"archiver": "^5.3.0",
"async-retry": "^1.3.3",
"auto": "^11.0.4",
"babel-preset-minify": "^0.5.1",
"chalk": "^4.1.2",
"cpy": "^8.1.2",
Expand Down Expand Up @@ -202,6 +204,13 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"auto": {
"plugins": [
"npm",
"released"
],
"onlyPublishWithReleaseLabel": true
},
"docs": "https://www.chromatic.com/docs/cli",
"storybook": {
"icon": "https://user-images.githubusercontent.com/263385/101995175-2e087800-3c96-11eb-9a33-9860a1c3ce62.gif",
Expand Down
111 changes: 0 additions & 111 deletions scripts/release.js

This file was deleted.

Loading

0 comments on commit 71aa12a

Please sign in to comment.