Skip to content

Commit

Permalink
Merge pull request #23 from nrccua/fix/publish
Browse files Browse the repository at this point in the history
[E4E-0]: Add eslint-plugin-import to devDependencies
  • Loading branch information
TheCleric authored Feb 14, 2022
2 parents dbbbc85 + b8d200a commit d8ec65b
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 10,815 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
~/.npm
**/node_modules
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- run: rm -rf package-lock.json # Remove the package-lock so that all versions of node can be tested
- run: npm i --legacy-peer-deps
- run: npm run test
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
~/.npm
**/node_modules
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- run: npm i
- run: npm run test
- run: npm run build
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.5.6](https://github.com/nrccua/apollo-rest-utils/compare/1.5.5...1.5.6) (2022-02-14)


### Changes

* [E4E-0]: Add eslint-plugin-import to devDependencies ([68f7d00](https://github.com/nrccua/apollo-rest-utils/commit/68f7d00271d63d2e5621ef5cf3313f5ab1ddd8f9))
* Merge pull request #22 from nrccua/jc-deps ([dbbbc85](https://github.com/nrccua/apollo-rest-utils/commit/dbbbc8570975d2e446a233b41ed53305df0f3419)), closes [#22](https://github.com/nrccua/apollo-rest-utils/issues/22)

### [1.5.5](https://github.com/nrccua/apollo-rest-utils/compare/1.5.4...1.5.5) (2022-02-14)


Expand Down
Loading

0 comments on commit d8ec65b

Please sign in to comment.