Files
30-seconds-of-code/node_modules/gatsby/scripts/postinstall.js
2019-08-20 15:52:05 +02:00

7 lines
167 B
JavaScript

try {
const getLatestAPIs = require('../dist/utils/get-latest-apis')
getLatestAPIs()
} catch (e) {
// we're probably just bootstrapping and not published yet!
}