Skip to content

Commit

Permalink
circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vankeisb committed Dec 14, 2020
1 parent 99ad0b6 commit f17c109
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- checkout
- run: ./build.sh
- persist_to_workspace:
root: ~/repo
paths: .

deploy:
<<: *defaults
Expand All @@ -21,8 +24,6 @@ jobs:
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run: echo "dir=$PWD"
- run: echo $(ls -la)
- run: ./deploy.sh

workflows:
Expand Down

0 comments on commit f17c109

Please sign in to comment.