Skip to content

Commit

Permalink
dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
chvarkov committed Oct 7, 2020
1 parent 3801a03 commit 83b0f70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ jobs:
- run:
name: Build
command: npm run build
- run:
name: Open dist
command: cd dist
- persist_to_workspace:
root: ~/repo
paths: ./dist
# - run:
# name: Open dist
# command: cd dist
# - persist_to_workspace:
# root: ~/repo
# paths: ./dist
- run:
name: Authentication
command: npx npm-cli-login -u ${NPM_USER} -p ${NPM_PASS} -e ${NPM_EMAIL}
- run:
name: Publish
command: npm publish --access public
command: cd dist && npm publish --access public
workflows:
version: 2
test-publish:
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": "@nestlab/google-recaptcha",
"version": "1.0.9",
"version": "1.0.10",
"description": "Google recaptcha module for NestJS.",
"keywords": [
"nestjs",
Expand Down

0 comments on commit 83b0f70

Please sign in to comment.