sphereio/sphere-product-type-json-generator

View on GitHub
safe-resolution-check.js

Summary

Maintainability
A
0 mins
Test Coverage
const { spawn } = require( 'child_process' );

try {
    spawn( 'npx', ['npm-force-resolutions']);
} catch(e) {}