Closed
Bug 1962772
Opened 18 days ago
Closed 13 days ago
Add a ./mach newtab watch utility that runs both ./mach watch and ./mach npm run watchmc for the newtab codebase
Categories
(Firefox :: New Tab Page, task, P1)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
140 Branch
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
Details
Attachments
(1 file)
This is mainly a shortcut for developer productivity. Currently, to automate the bundling and packaging of changes to newtab, our engineers must have two separate "watch" commands going (one that monitors for JSX/SCSS changes to do repacking, and one to do the ./mach build faster
on file system changes).
Now that we have a ./mach newtab
command, we can add a ./mach newtab watch
subcommand that just does both.
Assignee | ||
Comment 1•18 days ago
|
||
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/82237af9e04b
Add ./mach newtab watch command. r=home-newtab-reviewers,maxx
Status: NEW → RESOLVED
Closed: 13 days ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•