Skip to content

Commit

Permalink
remove run instruction (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowiow authored Sep 8, 2020
1 parent 343289c commit be9e6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm run install
- run: npm ci
- run: npm run package
- run:
name: Authenticate with registry
Expand Down

0 comments on commit be9e6a5

Please sign in to comment.