We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6b821 commit 303bfacCopy full SHA for 303bfac
1 file changed
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
registry-url: https://registry.npmjs.org/
79
- name: Copy README.md to packages
80
shell: pwsh
81
- run: ./script/copy-readme.ps1
+ run: ./scripts/copy-readme.ps1
82
- run: npm ci
83
- run: npm run build
84
- run: npx lerna publish from-package --no-push --yes
0 commit comments