Commit ca9688e
Add .npmrc to .gitignore to fix publish workflow
The NPM publish workflow creates a .npmrc file for authentication,
which was causing the 'auto shipit' command to fail with "Working
directory is not clean" error. Adding .npmrc to .gitignore resolves
this issue.1 parent 7af34df commit ca9688e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments