Skip to content

Commit

Permalink
Release @adeira/flow-bin 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbergquist-godaddy committed Nov 8, 2019
1 parent 8baf9bb commit 957fe8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/publishNPMPackages.js
Expand Up @@ -29,6 +29,7 @@ import { invariant } from '@adeira/js';
'@adeira/relay',
'@adeira/signed-source',
'@adeira/test-utils',
'@adeira/flow-bin',
]),
});
})();
2 changes: 1 addition & 1 deletion src/flow-bin/README.md
Expand Up @@ -80,7 +80,7 @@ yarn adeira-flow-bin (first run) ~13s (cold start, lazy mode, no saved
yarn adeira-flow-bin (second run) ~3s (hot start, lazy mode, saved state) ✅
yarn adeira-flow-bin restart ~8s (cold start, lazy mode, saved state) ❌
yarn adeira-flow-bin restart --all ~22s (cold start, no lazy mode, no saved state) ❌
./node_modules/.bin/flow ~0.14s (just consulting already running and optimized server)
./node_modules/.bin/flow ~0.14s (just consulting already running and optimized server)
```

Please note: these times are still significantly affected by Babel transpilation process as well as the fact that we sometimes do more things than necessary (server shutdown, force recheck, save state). The best performing setup for local development is currently this:
Expand Down
2 changes: 1 addition & 1 deletion src/flow-bin/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@adeira/flow-bin",
"homepage": "https://github.com/adeira/universe/tree/master/src/flow-bin",
"description": "Our custom wrapper around flow-bin with some additional default features like lazy mode and saved state.",
"private": true,
"private": false,
"license": "MIT",
"version": "0.1.0",
"main": "src/index",
Expand Down

0 comments on commit 957fe8f

Please sign in to comment.