mozilla / fxa-content-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
163 stars 120 forks source link

fix(teamcity): npm ci all the things #7064

Closed jrgm closed 5 years ago

jrgm commented 5 years ago

Current tests barf because the extends module is no longer in package.json, but npm-install-deps still wants it.

Anyways, for the in browser tests, we just moved to install with npm ci.

r? - @mozilla/fxa-devs