This website requires JavaScript.
Explore
Register
Sign In
syncode
/
front
Watch
2
Star
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fix: keep Pages deploy workspace clean
#12
Merged
day01
merged %!d(
) commits from
%!s(
)
into
%!s(
)
2026-08-23 21:33:07 +00:00
Conversation
0
Commits
-
Files Changed
-
day01
commented
2026-08-23 21:30:53 +00:00
Owner
Copy Link
Copy Source
Summary
install pinned Wrangler through npm ci
keep node_modules out of Git
prevent the deploy action from dirtying the workspace
Verification
npm ci
npx --no-install wrangler --version
cargo fmt --check
cargo clippy --target wasm32-unknown-unknown --all-targets --all-features -- -D warnings
trunk build --release
## Summary - install pinned Wrangler through npm ci - keep node_modules out of Git - prevent the deploy action from dirtying the workspace ## Verification - npm ci - npx --no-install wrangler --version - cargo fmt --check - cargo clippy --target wasm32-unknown-unknown --all-targets --all-features -- -D warnings - trunk build --release
day01
added 1 commit
2026-08-23 21:30:54 +00:00
fix: keep Pages deploy workspace clean
day01
merged commit
d505184301
into
%!s(
)
2026-08-23 21:33:07 +00:00
day01
deleted branch
fix/pages-clean-deploy
2026-08-23 21:33:08 +00:00
Sign in
to join this conversation.
Reviewers
No Reviewers
Labels
No items
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
Clear assignees
KG5321
(KG5321)
day01
nauron
No Assignees
1 Participants
Notifications
Subscribe
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: syncode/front#12
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
syncode/front
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
SynCode is built on
Gitea
·
MIT License
Summary
Verification