Skip to content

Commit

Permalink
remove redundant build step
Browse files Browse the repository at this point in the history
- npm run package:* also builds
  • Loading branch information
deanwhillier committed Nov 29, 2019
1 parent d1046ad commit 1899e31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ commands:
type: string
default: "./linux/"
steps:
- run: npm run build
- run: npm run package:<< parameters.os >>
- run: mkdir -p << parameters.path >>
- run: bash -x ./scripts/cp_artifacts.sh release << parameters.path >>
Expand Down

0 comments on commit 1899e31

Please sign in to comment.