Update package.json

This commit is contained in:
Taylor Bryant 2020-02-08 13:36:51 -06:00 committed by GitHub
parent 4c726fffab
commit 830289e78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"scripts": {
"build:production": "NODE_ENV=production gulp",
"build:dev": "NODE_ENV=development gulp",
"build": "npm run build:production",
"dev": "NODE_ENV=development gulp serve",
"start": "npm run dev"
},