-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add E2E test for Vite #16
Conversation
|
82dc9e1
to
8322e7d
Compare
@@ -20,6 +20,7 @@ | |||
"@wyw-in-js/ts-config": "workspace:*", | |||
"dedent": "^1.5.1" | |||
}, | |||
"main": "src/index.ts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used to satisfy a resolver in Vite. As the package is private, it's not an issue.
"clean": "del '{e2e,examples,packages}/*/{coverage,dist,esm,lib,types,tsconfig.tsbuildinfo}'", | ||
"idea-exclude:artifacts": "idea-exclude artifacts \"{configs,e2e,examples,packages}/*/{.turbo,esm,lib,types}\"", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to clean and exclude new dirs.
8322e7d
to
a59e048
Compare
Summary
This PR adds a simple E2E test for Vite to ensure that CSS gets build properly.