Update help.js

This commit is contained in:
Richard Davey 2020-10-01 17:56:52 +01:00
parent 3baecb19d4
commit 53baaba392

View file

@ -11,6 +11,7 @@ v.log('{bgYellow}{black} Available commands:
v.log('{white} npm run {green}build {cyan} Build dev version of Phaser with Webpack');
v.log('{white} npm run {green}watch {cyan} Build dev & put Webpack in watch mode');
v.log('{white} npm run {green}dist {cyan} Build dist versions of Phaser');
v.log('{white} npm run {green}dist3d {cyan} Build dist versions of Phaser 3D');
v.log('{white} npm run {green}lint {cyan} ESLint check Phaser source');
v.log('{white} npm run {green}lintfix {cyan} ESLint check and fix Phaser source');
v.log('{white} npm run {green}sloc {cyan} Get source code & comments line count');