gatsby-ipc
v1.0.11
Published
Run gatsby build and expose events from IPC
Downloads
2
Readme
gatsby-ipc
Run gatsby build and expose events from IPC
Install
$ yarn add gatsby-ipc
Add a script
{
"scripts": {
"gatsby-ipc": "gatsby-ipc"
}
}
How to use
Build
Run yarn build it will spawn the gatsby build command with ipc
gatsby-ipc build
Develop
Run yarn preview it will spawn the gatsby develop command with ipc
gatsby-ipc develop