Skip to content

Commit

Permalink
build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonbane18 committed May 22, 2022
1 parent 281cea8 commit e75e55d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27,562 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "npm-run-all --parallel watch start",
"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",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
"build": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
Expand Down
Loading

0 comments on commit e75e55d

Please sign in to comment.