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

chore: fix build process #5

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Conversation

usefulthink
Copy link
Contributor

@usefulthink usefulthink commented Aug 17, 2023

As noted in #4, the build task wasn't run when publishing the package to npm. To fix that, we're adding the build-task to the prepack hook, so it will run before a package is created to be uploaded to npm.

Also, since #2 and #3 should fix the tsc, eslint and prettier tests, this also reenables the full test-suite for the release task.

Fixes #4 🦕

As noted in googlemaps#4, the build task wasn't run when publishing the package to npm. To fix that, we're adding the build-task to the prepack hook, so it will run before a package is created to be uploaded to npm.

Also, since googlemaps#2 and googlemaps#3 should fix the tsc, eslint and prettier tests, this also reenabled the full test-suite for the release task.
@usefulthink usefulthink requested a review from a team as a code owner August 17, 2023 11:49
@usefulthink usefulthink requested review from amuramoto and removed request for a team August 17, 2023 11:49
@amuramoto amuramoto closed this Aug 17, 2023
@amuramoto amuramoto reopened this Aug 17, 2023
@amuramoto amuramoto merged commit 7ae422d into googlemaps:main Aug 17, 2023
7 of 8 checks passed
googlemaps-bot pushed a commit that referenced this pull request Aug 17, 2023
### [1.0.1](v1.0.0...v1.0.1) (2023-08-17)

### Bug Fixes

* get playground to work again ([#2](#2)) ([25ffa0d](25ffa0d))

### Miscellaneous Chores

* fix build process ([#5](#5)) ([7ae422d](7ae422d))
* update dependencies ([#3](#3)) ([8908d87](8908d87))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

published package doesn't contain compiled code
2 participants