mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 02:53:28 +00:00
implement all register/login flow components
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
"start:firefox": "web-ext run --source-dir ./dist/",
|
||||
"dev": "gulp build && webpack --config webpack.dev.js",
|
||||
"dev:watch": "gulp build && webpack --config webpack.dev.js --watch",
|
||||
"dev2": "webpack --config webpack2.js",
|
||||
"dev2:watch": "webpack --config webpack2.js --watch",
|
||||
"dev2": "gulp build2 && webpack --config webpack2.js",
|
||||
"dev2:watch": "gulp build2 && webpack --config webpack2.js --watch",
|
||||
"prod": "gulp build && webpack --config webpack.prod.js",
|
||||
"dist": "npm run prod && gulp dist",
|
||||
"dist:firefox": "npm run prod && gulp dist:firefox",
|
||||
|
||||
Reference in New Issue
Block a user