File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Please include a summary of the change and which (if any) issue is fixed. List a
77
88Please check the boxes that apply before requesting review.
99
10- - [ ] I ran the site locally (` npm run show` ) and verified the changed pages
11- - [ ] I ran the production build (` npm run css && npm run build` ) and checked ` docs/ ` output
12- - [ ] I updated or copied vendor assets using the package.json copy scripts if required (` npm run copy-css|copy-js|copy-fa|copy-cas` )
10+ - [ ] I ran the site locally (` pnpm show` ) and verified the changed pages
11+ - [ ] I ran the production build (` pnpm css && pnpm build` ) and checked ` docs/ ` output
12+ - [ ] I updated or copied vendor assets using the package.json copy scripts if required (` pnpm copy-css|copy-js|copy-fa|copy-cas` )
1313- [ ] If this change depends on ` caswow.library ` , I documented whether it was linked with ` npm link ` or included in CI
1414- [ ] I verified there are no uncaught exceptions in the browser console (common: dialog script in ` base.njk ` )
1515- [ ] I added notes in this PR about any assumptions made (missing vendor files, local links, env variables)
You can’t perform that action at this time.
0 commit comments