Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(npm): include utils folder in final package #71

Merged
merged 1 commit into from
Oct 7, 2020

Conversation

cball
Copy link
Member

@cball cball commented Oct 6, 2020

In the last PR, the utils folder wasn't added to the final package output, so once installed it failed to locate the file.

Changes

  • add utils to files property of package.json

Screenshots

n/a

Checklist

  • Requires dependency update?
  • Generating a new app works

Fixes #70

@cball cball merged commit a390256 into canary Oct 7, 2020
@cball cball deleted the 70-include-utils-in-package branch October 7, 2020 01:40
github-actions bot pushed a commit that referenced this pull request Oct 7, 2020
# [1.7.0-canary.3](v1.7.0-canary.2...v1.7.0-canary.3) (2020-10-07)

### Bug Fixes

* **npm:** include utils folder in final package ([#71](#71)) ([a390256](a390256))
@github-actions
Copy link

github-actions bot commented Oct 7, 2020

🎉 This PR is included in version 1.7.0-canary.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Oct 7, 2020
## [1.7.1](v1.7.0...v1.7.1) (2020-10-07)

### Bug Fixes

* **npm:** include utils folder in final package ([#71](#71)) ([bc3ab1a](bc3ab1a))
github-actions bot pushed a commit that referenced this pull request Oct 7, 2020
## [1.7.2-canary.1](v1.7.1...v1.7.2-canary.1) (2020-10-07)

### Bug Fixes

* **npm:** include utils folder in final package ([#71](#71)) ([a390256](a390256))
@github-actions
Copy link

github-actions bot commented Oct 7, 2020

🎉 This PR is included in version 1.7.2-canary.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Oct 8, 2020
## [1.7.3-canary.1](v1.7.2...v1.7.3-canary.1) (2020-10-08)

### Bug Fixes

* **npm:** include utils folder in final package ([#71](#71)) ([a390256](a390256))
@github-actions
Copy link

github-actions bot commented Oct 8, 2020

🎉 This PR is included in version 1.7.3-canary.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Oct 13, 2020
## [1.7.3](v1.7.2...v1.7.3) (2020-10-13)

### Bug Fixes

*  lint error in dropDatabase  broke codegen ([#80](#80)) ([ffa0528](ffa0528))
* ensure @nexus/schema config uses prettier config ([#79](#79)) ([f382cad](f382cad))
* ensure dotfiles are copied. Extract copyFiles util and add tests. ([#83](#83)) ([8c070c8](8c070c8))
* fix prisma gen folder path, upgrade prisma client & nexus plugin ([#82](#82)) ([9c9d834](9c9d834))
* remove whitespace from package.json ([#81](#81)) ([16e3edb](16e3edb))
* **npm:** include utils folder in final package ([#71](#71)) ([a390256](a390256))
@github-actions
Copy link

🎉 This PR is included in version 1.7.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Issue has been included in a PR label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @canary released Issue has been included in a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

utils need to be included in final package (canary)
1 participant