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 f789a49 commit 1fd2f7bCopy full SHA for 1fd2f7b
.github/workflows/publish.yml
@@ -41,6 +41,7 @@ jobs:
41
Please refer to [CHANGELOG.md](https://github.com/originjs/vite-plugin-federation/blob/main/packages/lib/CHANGELOG.md) for details.
42
- name: Publish to npm registry
43
run: |
44
+ rm -rf packages/temp
45
cd packages/lib
46
npm publish --access public
47
env:
package.json
@@ -21,7 +21,7 @@
21
"build": "cd packages/lib && pnpm build",
22
"test": "npm-run-all test:unit test:e2e",
23
"test:unit": "vitest run --coverage",
24
- "test:e2e": "vitest run -c vitest.config.e2e.ts && rimraf ./packages/temp"
+ "test:e2e": "vitest run -c vitest.config.e2e.ts"
25
},
26
"devDependencies": {
27
"@types/node": "^18.6.4",
0 commit comments