Skip to content

Commit

Permalink
Build modules before publishing πŸ€¦πŸ»β€β™‚οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodman committed Oct 5, 2020
1 parent ef208a9 commit 7c8a30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- run: npm set //registry.npmjs.org/:_authToken $NODE_AUTH_TOKEN -g
- run: npm i
- run: npx lerna bootstrap --no-ci
- run: npm run build
- run: npx lerna publish from-package --yes --no-verify-access
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7c8a30d

Please sign in to comment.