-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace release script with auto shipit
- Loading branch information
1 parent
8ae9023
commit 71aa12a
Showing
3 changed files
with
655 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
"url": "https://github.com/chromaui/chromatic-cli.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Chromatic <[email protected]>", | ||
"exports": { | ||
".": { | ||
"types": "./dist/node.d.ts", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.