Change: start-firefox -> start

This commit is contained in:
eight 2018-10-04 19:34:22 +08:00
parent 7be6a1cba9
commit 2328cf623a

View File

@ -29,6 +29,6 @@
"update-codemirror": "node tools/update-libraries.js && node tools/update-codemirror-themes.js",
"update-versions": "node tools/update-versions",
"zip": "npm run update-versions && node tools/zip.js",
"start-firefox": "web-ext run"
"start": "web-ext run"
}
}