We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d14525 commit 6f7ecbaCopy full SHA for 6f7ecba
.github/workflows/part-build.yml
@@ -241,8 +241,8 @@ jobs:
241
cat $filePath
242
243
cd ./content/*.Web
244
- npm i $(Get-ChildItem -Path "${{ github.workspace }}/artifacts/coalesce-vue/*.tgz").FullName --save --force
245
- npm i $(Get-ChildItem -Path "${{ github.workspace }}/artifacts/coalesce-vue-vuetify3/*.tgz").FullName --save --force
+ npm i file://$(Get-ChildItem -Path "${{ github.workspace }}/artifacts/coalesce-vue/*.tgz").FullName --save --force
+ npm i file://$(Get-ChildItem -Path "${{ github.workspace }}/artifacts/coalesce-vue-vuetify3/*.tgz").FullName --save --force
246
247
cat package.json
248
0 commit comments