File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ jobs :
3+ build :
4+ docker :
5+ - image : ' circleci/node:latest'
6+ steps :
7+ - checkout
8+ - run :
9+ name : install
10+ command : npm install
11+ - run :
12+ name : test
13+ command : npm run test
14+ - run :
15+ name : release
16+ command : npm run semantic-release || true
Original file line number Diff line number Diff line change 11{
22 "name" : " react-codegen-cli" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 0.0.0-development " ,
44 "description" : " Software Development Kit for React" ,
55 "main" : " lib/index.js" ,
66 "bin" : {
1717 "build" : " babel src --out-dir lib --copy-files --extensions \" .ts\" " ,
1818 "watch" : " yarn build --watch --source-maps inline" ,
1919 "lint" : " eslint src --ext .ts" ,
20- "start" : " node ./lib/bin.js"
20+ "start" : " node ./lib/bin.js" ,
21+ "release" : " semantic-release" ,
22+ "semantic-release" : " semantic-release"
2123 },
2224 "nyc" : {
2325 "extension" : [
9597 "mocha" : " ^8.2.1" ,
9698 "nyc" : " ^15.1.0" ,
9799 "proxyquire" : " ^2.1.3" ,
98- "semantic-release" : " ^17.3.2 " ,
100+ "semantic-release" : " ^17.3.4 " ,
99101 "ts-mocha" : " ^8.0.0" ,
100102 "typescript" : " ^3.9.7"
101103 },
You can’t perform that action at this time.
0 commit comments