We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baecb1 commit 53baabaCopy full SHA for 53baaba
1 file changed
scripts/help.js
@@ -11,6 +11,7 @@ v.log('{bgYellow}{black} Available commands:
11
v.log('{white} npm run {green}build {cyan} Build dev version of Phaser with Webpack');
12
v.log('{white} npm run {green}watch {cyan} Build dev & put Webpack in watch mode');
13
v.log('{white} npm run {green}dist {cyan} Build dist versions of Phaser');
14
+v.log('{white} npm run {green}dist3d {cyan} Build dist versions of Phaser 3D');
15
v.log('{white} npm run {green}lint {cyan} ESLint check Phaser source');
16
v.log('{white} npm run {green}lintfix {cyan} ESLint check and fix Phaser source');
17
v.log('{white} npm run {green}sloc {cyan} Get source code & comments line count');
0 commit comments