Skip to content

Commit

Permalink
Merge pull request #1 from open-rpc/fix/names
Browse files Browse the repository at this point in the history
fix: names
  • Loading branch information
BelfordZ authored May 7, 2019
2 parents e598b0c + 9d3efc9 commit 51ca3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
- &save-deps-cache
key: deps-cache-{{ checksum "package.json" }}
paths:
- ~/schema-utils-js/node_modules
- ~/typings/node_modules

# -------------------------
# ALIASES: Branch Filters
Expand All @@ -20,10 +20,10 @@ aliases:
only: master
- &filter-only-semantic-pr
branches:
only: /^(fix|feat|dependabot)\/.*$/
only: /^(pull|fix|feat|dependabot)\/.*$/

defaults: &defaults
working_directory: ~/schema-utils-js
working_directory: ~/typings

jobs:
test:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"test": "npm run test:lint && npm run test:unit",
"test:lint": "tslint -c tslint.json 'src/**/*.ts' --fix",
"test:unit": "jest --coverage",
"publish": "npm run build",
"watch:test": "jest --watch"
},
"files": [
Expand Down

0 comments on commit 51ca3a7

Please sign in to comment.