UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

7 lines (5 loc) 132 B
const { npmLinkCli } = require('./util') module.exports = async () => { process.env.GRAPH_CLI_TESTS = '1' await npmLinkCli() }