Add embarassing missing comma

This commit is contained in:
Miguel Nogueira 2020-07-18 03:57:56 +01:00
parent 9255a6c88d
commit 0cf6208577
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"postinstall": "npm run prod"
"postinstall": "npm run prod",
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",