diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3606a60..87e9318 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,12 @@ jobs: with: registry-url: 'https://registry.npmjs.org' + - name: Install modules + run: npm ci + + - name: Build + run: npm run build:lib + - name: Publish run: npm publish --workspaces env: