Shopify / Shopify/shipit-engine
Publishing scoped+public npm packages
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 1.5k
- Forks
- 154
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 3
Description
By default, npm publishes scoped modules (e.g., @shopify/polaris) as private. Even if package.json says it's public.
Shipit should publish with the --access public flag.
cc @Shopify/front-end-tooling
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Shipit's npm publishing entry point and inspect how scoped packages are published. Confirm the behavior described for a package such as @shopify/polaris, then verify that publishing uses npm's --access public option and that the package is no longer treated as private by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100