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

build: fix prepublish step #101

Merged
merged 1 commit into from Aug 22, 2023
Merged

build: fix prepublish step #101

merged 1 commit into from Aug 22, 2023

Conversation

jkusa
Copy link
Owner

@jkusa jkusa commented Aug 22, 2023

Npm publish failed on this error:

> ember-arg-types@1.1.0 prepublishOnly
> ember ts:precompile


error TS2688: Cannot find type definition file for 'ember__test-helpers'.
  The file is in the program because:
    Entry point for implicit type library 'ember__test-helpers'

node_modules/ember-resolver/index.d.ts:1:10 - error TS2614: Module '"@ember/owner"' has no exported member 'Resolver'. Did you mean to use 'import Resolver from "@ember/owner"' instead?

1 import { Resolver as ResolverContract } from "@ember/owner";
           ~~~~~~~~

@jkusa jkusa merged commit fc365df into main Aug 22, 2023
12 checks passed
@jkusa jkusa deleted the fix-publish branch August 22, 2023 22:55
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.

None yet

1 participant