Skip to content

Commit fe04cad

Browse files
committed
fix: fix build
1 parent 471f610 commit fe04cad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
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",
@@ -140,7 +139,7 @@
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",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)