Closed
Bug 973490
Opened 11 years ago
Closed 11 years ago
[TestAgent] don't run `npm install` if `npm link` is used
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: julienw, Assigned: julienw)
Details
Attachments
(1 file)
I noticed it's really handy to use `npm link` when working with the test-agent code base, but running `npm install` just resets it.
Therefore I'd like to disable `npm install` when `npm link` is used to work on test-agent.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8376971 -
Flags: review?(yurenju.mozilla)
Assignee | ||
Updated•11 years ago
|
Summary: [TestAgent] don't run `npm install` if `npm ink` is used → [TestAgent] don't run `npm install` if `npm link` is used
Updated•11 years ago
|
Attachment #8376971 -
Flags: review?(yurenju.mozilla) → review+
Assignee | ||
Comment 2•11 years ago
|
||
master: b28af1c8aeab48a3739150eb8e5d9adac2598791
thanks Yuren, this will make my life easier ;)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•