Add build directions that are more useful

This commit is contained in:
Dane Everitt 2018-06-06 21:59:45 -07:00
parent 48982ecc00
commit a6441169b1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 47 additions and 5 deletions

View file

@ -54,7 +54,7 @@
"build:filemanager": "./node_modules/babel-cli/bin/babel.js public/themes/pterodactyl/js/frontend/files/src --source-maps --out-file public/themes/pterodactyl/js/frontend/files/filemanager.min.js",
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
"build": "NODE_ENV=development ./node_modules/.bin/webpack --progress",
"build:release": "NODE_ENV=production ./node_modules/.bin/webpack",
"build:production": "NODE_ENV=production ./node_modules/.bin/webpack",
"serve": "NODE_ENV=development webpack-serve --hot --config ./webpack.config.js"
}
}