Skip to content

Commit

Permalink
fix: correct submodule command references
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 2, 2021
1 parent 8158d07 commit bc12b0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
npm install
submodule init && submodule update
git submodule init && git submodule update
- name: Run tests
run: npm run coverage
- name: Coveralls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
npm install
submodule init && submodule update
git submodule init && git submodule update
- name: Publish to NPM
run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm i -g dad-tool

# Install locally for package implementation
npm i dad-tool
submodule init && submodule update
git submodule init && git submodule update
```

## Address Data
Expand Down

0 comments on commit bc12b0b

Please sign in to comment.