browser: v.io/x/devtools: start to use profile-v23

Switch jiri test and hence all checked in
references to use jiri profile vs jiri v23-profile.

MultiPart: 7/16

Change-Id: I729389f2566b3836a678f2df919f847e17b4b539
diff --git a/Makefile b/Makefile
index 61c9897..753f66c 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 export GOBIN:=$(JIRI_ROOT)/release/projects/browser/go/bin
 export V23_CREDENTIALS=$(JIRI_ROOT)/release/projects/browser/credentials
 
-NODE_DIR := $(shell jiri v23-profile list --info Target.InstallationDir nodejs)
+NODE_DIR := $(shell jiri profile list --info Target.InstallationDir v23:nodejs)
 export PATH := node_modules/.bin:$(NODE_DIR)/bin:$(GOBIN):$(PATH)
 
 VANADIUM_JS:=$(JIRI_ROOT)/release/javascript/core