UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

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