You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@public#90 Any published NPM module will now live under the packages per Lerna best practices. This is not strictly required, but makes our top-level repo slightly more sane, so we might as well abide by the community pattern.
In the process, I'm fixing the paths in yarn scripts in .*demo-apps referencing ../transform here also.
Ultimately we're doing:
transform/* => packages/*
fbt-runtime/* => packages/fbt/*
fb-tiger-hash => packages/fb-tiger-hash
Test Plan: ```
yarn
cd demo-app
yarn manifest
yarn collect-fbts
yarn translate-fbts
yarn test
yarn start
```
Our NPM publishing is hairy and easy to get wrong. That, and it'd be nice to get CHANGELOG updates for free via lerna-changelog.
The text was updated successfully, but these errors were encountered: