File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 # cannot run this on branches because it doesn't keep the canary version from auto shipit, can only secondarily publish to npm for main branch
3636 - name : Publish secondarily to npm
37- run : lerna exec --stream --parallel -- npm publish --access=public --ignore-scripts --@alienfast:registry='https://registry.npmjs.org'
37+ # waiting on bug/related pr/auto release https://github.com/intuit/auto/issues/2488
38+ # run: lerna exec --stream --parallel -- npm publish --access=public --ignore-scripts --@alienfast:registry='https://registry.npmjs.org'
39+ run : >
40+ cd packages/logger && npm publish --access=public --ignore-scripts --@alienfast:registry='https://registry.npmjs.org'
41+ && cd ../logger-browser && npm publish --access=public --ignore-scripts --@alienfast:registry='https://registry.npmjs.org'
42+ && cd ../logger-node && npm publish --access=public --ignore-scripts --@alienfast:registry='https://registry.npmjs.org'
3843 if : github.ref == 'refs/heads/main'
You can’t perform that action at this time.
0 commit comments