Skip to content

Commit

Permalink
Update devfile
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Gulyy <[email protected]>
  • Loading branch information
vitaliy-guliy committed Aug 14, 2019
1 parent deb38d1 commit 235cc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ commands:
- type: exec
component: dev
command: >
yarn pack
yarn pack-binaries
workdir: /projects/chectl

- name: Format Sources
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"posttest": "tslint -p test -t stylish",
"tslint-fix": "tslint --fix -p test -t stylish",
"prepack": "rm -rf lib && rm -rf tsconfig.tsbuildinfo && tsc -b && oclif-dev manifest && oclif-dev readme",
"pack": "oclif-dev pack",
"pack-binaries": "oclif-dev pack",
"test": "jest",
"test-watch": "jest --watchAll",
"version": "oclif-dev readme && git add README.md",
Expand Down

0 comments on commit 235cc60

Please sign in to comment.