Skip to content

Commit c3a800a

Browse files
committed
run cb, not cf/cfc
1 parent cac3f82 commit c3a800a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ publish_npm: build_npm
9191
# Test targets
9292
#
9393
crossbar:
94-
crossbar start
94+
crossbar start --personality=community
9595

9696
test:
9797
npm test

0 commit comments

Comments
 (0)