1.0.11 • Published 4 years ago

gatsby-ipc v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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
1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago