Skip to content

Commit 7fad7d2

Browse files
author
Ahmad Awais
committed
📖 DOC: Publish workflow caveats
1 parent cd6c088 commit 7fad7d2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@ First of all, I'd like to welcome you for thinking about contributing to this pr
2929
- This will compile your code in `dist` and you're good to go.
3030
- Run `yarn updated` to check which npm packages were updated
3131
- Finally publish with 'yarn publishNPM' since yarn has some issues with publishing with lerna not sure why.
32+
- Check caveats for publishing.
3233

34+
### 🤔 Caveats
3335

36+
- Some issue with yarn not being able to publish via lerna
37+
- Use yarn with everything else but lerna
38+
- To publish always run via `npm` this command `npm run lerna`
3439

35-
### Other Stuff
40+
41+
### 🐵 Other Stuff
3642

3743
- Use `// @remove-file-on-eject` to do just that.
3844
- Use `// @remove-on-eject-begin` to do just that.

0 commit comments

Comments
 (0)