We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfccf6 commit 005127dCopy full SHA for 005127d
1 file changed
.github/workflows/build.yml
@@ -76,11 +76,11 @@ jobs:
76
with:
77
node-version: 22
78
registry-url: https://registry.npmjs.org/
79
- - run: npm ci
80
- - run: npm run build
81
- name: Copy README.md to packages
82
shell: pwsh
83
run: ./script/copy-readme.ps1
+ - run: npm ci
+ - run: npm run build
84
- run: npx lerna publish from-package --no-push --yes
85
env:
86
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments