File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 130130 "flow:install" : " run-s flow:update" ,
131131 "flow:stub" : " flow-typed create-stub" ,
132132 "flow:update" : " flow-typed update" ,
133- "foo" : " babel-node src/code/bin/circleci.js" ,
134133 "install:bin" : " dist/install-binary" ,
135134 "install:dev" : " yarn install --ignore-scripts && yarn run build && yarn install --force" ,
136135 "lint" : " run-s lint:js lint:md lint:pkg" ,
140139 "outdated" : " yarn outdated" ,
141140 "prepublish" : " run-s build" ,
142141 "publish" : " standard-version" ,
143- "release" : " git push --follow-tags origin master && npm publish" ,
142+ "release" : " git push --follow-tags origin master && yarn publish" ,
144143 "test" : " nyc ava --verbose" ,
145144 "test:cov" : " nyc check-coverage" ,
146145 "test:cov:report" : " nyc report --reporter=html" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default {
1010 'path' ,
1111 'tempy' ,
1212 ] ,
13- input : 'src/code/binary /circleci.js' ,
13+ input : 'src/code/bin /circleci.js' ,
1414 output : {
1515 banner : '#!/usr/bin/env node' ,
1616 file : 'dist/circleci' ,
You can’t perform that action at this time.
0 commit comments