Skip to content

Commit

Permalink
Merge pull request #58 from farm-fe/test/build-virtual
Browse files Browse the repository at this point in the history
feat: test virtual build and release
  • Loading branch information
Maidang1 authored Jul 23, 2024
2 parents 7e73121 + 20631c3 commit 228df66
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
folder_path="/tmp/artifacts/${{github.sha}}-${abi}-${package}"
if [ -d "${folder_path}"] && [ -n "$(ls -A $folder_path)"]; then
mv /tmp/artifacts/${{ github.sha }}-${abi}-${package}/* ./packages/${package}/npm/${abi}
ls -R $folder_path
ls -R ./packages/${package}/npm/${abi}
test -f ./packages/${package}/npm/${abi}/index.farm
fi
done
done
Expand Down
6 changes: 6 additions & 0 deletions packages/virtual/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farmfe/plugin-virtual

## 0.0.4

### Patch Changes

- update version

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/virtual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farmfe/plugin-virtual",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
Expand Down

0 comments on commit 228df66

Please sign in to comment.