Skip to content

Commit 005127d

Browse files
committed
change README.md
1 parent 1cfccf6 commit 005127d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ jobs:
7676
with:
7777
node-version: 22
7878
registry-url: https://registry.npmjs.org/
79-
- run: npm ci
80-
- run: npm run build
8179
- name: Copy README.md to packages
8280
shell: pwsh
8381
run: ./script/copy-readme.ps1
82+
- run: npm ci
83+
- run: npm run build
8484
- run: npx lerna publish from-package --no-push --yes
8585
env:
8686
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)