Skip to content

Commit

Permalink
fix: publish ci failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleeeer committed Aug 22, 2022
1 parent f789a49 commit 1fd2f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
Please refer to [CHANGELOG.md](https://github.com/originjs/vite-plugin-federation/blob/main/packages/lib/CHANGELOG.md) for details.
- name: Publish to npm registry
run: |
rm -rf packages/temp
cd packages/lib
npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "cd packages/lib && pnpm build",
"test": "npm-run-all test:unit test:e2e",
"test:unit": "vitest run --coverage",
"test:e2e": "vitest run -c vitest.config.e2e.ts && rimraf ./packages/temp"
"test:e2e": "vitest run -c vitest.config.e2e.ts"
},
"devDependencies": {
"@types/node": "^18.6.4",
Expand Down

0 comments on commit 1fd2f7b

Please sign in to comment.