From 53baaba392996d5f46a447037d70d2caacfc831c Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 1 Oct 2020 17:56:52 +0100 Subject: [PATCH] Update help.js --- scripts/help.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/help.js b/scripts/help.js index 08bcaae98..137a6f8a2 100644 --- a/scripts/help.js +++ b/scripts/help.js @@ -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');