Repository URL to install this package:
|
Version:
1.2.10 ▾
|
const { shell, resolve, resolveToRoot } = require('./params')
const { cd, echo, exec } = shell
const dist = resolveToRoot('./dist')
cd(dist)
echo(process.cwd)
exec('yarn install --production')
console.log('IGNORING_GQL_DIST_USING_PRE_DISTED')
// @todo probably could build it in...
// @note - this replaces postinstall
// @todo - dedupe duplicated node modules
// cd('node_modules/skava-graphql')
// echo(process.cwd)
// exec('yarn install --ignore-engines')
// exec('make build_prod')