Skip to content

Commit a812be7

Browse files
committed
Fix build issues
1 parent 79c2938 commit a812be7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
cd cli && npm version $IMAGE_TAG
147147
- run:
148148
name: Build the typescript app
149-
command: cd cli && npx tsc -b
149+
command: cd cli && tsc -b
150150
- run:
151151
name: Generate the oclif manifest
152152
command: cd cli && oclif-dev manifest

0 commit comments

Comments
 (0)