File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 4444 - attach_workspace :
4545 at : ~/emotion-ts-plugin
4646 - run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
47- - run : |
48- if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
49- then
50- npm publish
51- else
52- echo "Not a release, skipping publish"
53- fi
47+ - run : npm publish
5448workflows :
5549 version : 2
5650 build_test_and_deploy :
@@ -64,6 +58,6 @@ workflows:
6458 - test
6559 filters :
6660 tags :
67- only : /.* /
61+ only : /^v?\d+\.\d+\.\d+$ /
6862 branches :
69- only : master
63+ ignore : /.*/
Original file line number Diff line number Diff line change 11{
22 "name" : " emotion-ts-plugin" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.6.2 " ,
44 "description" : " TypeScript Emotion Plugin" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
8686 "lint-staged" : {
8787 "*.ts" : [
8888 " prettier --write" ,
89- " tslint -c tslint.json --fix" ,
90- " git add"
89+ " tslint -c tslint.json --fix"
9190 ]
9291 },
9392 "husky" : {
You can’t perform that action at this time.
0 commit comments