Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Set directory to publish to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
robbytaylor committed Oct 2, 2019
1 parent 890efff commit 50320e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/cli/.npmrc
- run:
name: Publish package
command: npm publish
command: npm publish ~/cli

workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3audit",
"version": "1.0.3",
"version": "1.0.4",
"author": "Rob Taylor @robbytaylor",
"bin": {
"s3audit": "./bin/run"
Expand Down

0 comments on commit 50320e7

Please sign in to comment.