Add start script as alias for serve

This commit is contained in:
Bill Thornton 2020-08-05 11:53:31 -04:00
parent 1681820cd0
commit e53eacc949

View file

@ -318,6 +318,7 @@
"Firefox ESR"
],
"scripts": {
"start": "yarn serve",
"serve": "gulp serve --development",
"prepare": "gulp --production",
"build:development": "gulp --development",