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

Direct user to publish ./package/ directory instead of ./ #7280

Merged
merged 4 commits into from
Oct 17, 2022

Commits on Oct 17, 2022

  1. After running svelte-package (via create-svelte), the user is sup…

    …posed to
    
    run: `npm publish package/`. However, I keep accidentally running `npm publish`
    (the wrong directory) out of habit, instead.
    With this change, when the user accidentally tries to publish the `./`
    directory, they will be directed to publish the `./package/` directory instead.
    brev committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bfac0f0 View commit details
    Browse the repository at this point in the history
  2. better description

    brev committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f77eb9a View commit details
    Browse the repository at this point in the history
  3. changeset

    dummdidumm authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    810eb35 View commit details
    Browse the repository at this point in the history
  4. remove linebreak

    dummdidumm authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    eed3a68 View commit details
    Browse the repository at this point in the history