plum-e2e 2.4.12 → 2.4.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/plum.js +2 -2
  2. package/package.json +1 -1
package/bin/plum.js CHANGED
@@ -870,8 +870,8 @@ switch (command) {
870
870
  await serverUpdate();
871
871
  break;
872
872
  }
873
- // fall through to start for 'plum server start' or 'plum server'
874
- // intentional fall-through
873
+ await serverStart();
874
+ break;
875
875
 
876
876
  case 'start':
877
877
  console.log(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plum-e2e",
3
- "version": "2.4.12",
3
+ "version": "2.4.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/silverlunah/plum.git"