Add ability to 'npm run start-nightly' (#215)

This commit is contained in:
Vlad Filippov 2017-08-18 14:27:26 -04:00 коммит произвёл GitHub
Родитель 33ad4e0c1b
Коммит 34a43d32e9
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -36,6 +36,7 @@
"postinstall": "node scripts/postinstall.js && node scripts/build-locales.js",
"prebuild": "npm run clean",
"start": "web-ext run -s src",
"start-rtl": "WEB_EXT_PREF=general.useragent.locale=ar npm start"
"start-rtl": "WEB_EXT_PREF=general.useragent.locale=ar npm start",
"start-nightly": "npm start -- --firefox=nightly"
}
}