Skip to content

Commit

Permalink
🐛 cd into modules dir before publish.
Browse files Browse the repository at this point in the history
misunderstood yarn docs:
> https://yarnpkg.com/en/docs/cli/publish#toc-yarn-publish-folder
> Publishes the package contained in the specified folder. <folder>/package.json should specify the package details.

in fact it uses <cwd>/package.json not <folder>/package.json
  • Loading branch information
shanewilson committed Nov 4, 2016
1 parent 05d56d7 commit 96ec520
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions modules/node_modules/@knit/knit/tasks/publish.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96ec520

Please sign in to comment.