Skip to content

Commit

Permalink
[E4E-30]: Fix issue with no bin being generated on downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Nov 21, 2021
1 parent ea5ddff commit 391e872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const userSearch = (searchPattern: string) => {

## Releasing

Checking in the dist folder is not necessary as it will be built upon npm install by the downstream project.
Checking in the dist folder is not necessary as it will be built upon
npm install by the downstream project.

After making any changes and merging them to main, please do the following:

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"author": "Adam Weeden <[email protected]>",
"bin": "node dist/generateRoutes/index.js",
"bugs": {
"url": "https://github.com/nrccua/apollo-rest-utils/issues"
},
Expand Down Expand Up @@ -43,7 +44,7 @@
"graphql"
],
"license": "MIT",
"main": "dist/generateRoutes/index.js",
"main": "dist/index.js",
"name": "apollo-rest-utils",
"repository": {
"type": "git",
Expand Down

0 comments on commit 391e872

Please sign in to comment.