Skip to content

Commit ae5dab0

Browse files
Add .res/.resi to vite ignore list to fix fast refresh
1 parent c2878d5 commit ae5dab0

12 files changed

Lines changed: 1601 additions & 36 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
- **Automated Tests**: Run `npm test` for automated coverage of CLI parsing and related helpers
4343
- **Manual Testing**: Perform smoke tests by running the CLI into a temp directory
44+
- **CI Preview Testing**: To test a pkg.pr.new build from CI, run `npm exec --yes --package=https://pkg.pr.new/rescript-lang/create-rescript-app/create-rescript-app@<commit> -- create-rescript-app my-app --template vite` and replace `<commit>` with the SHA from the pkg.pr.new CI comment.
4445
- **Template Validation**: After changes, test each template type (basic/Next.js/Vite) to ensure templates bootstrap cleanly
4546
- **Build Verification**: Run `npm run prepack` to ensure the production bundle builds correctly
4647

0 commit comments

Comments
 (0)