WIP - add extractor, generate snippet_data
This commit is contained in:
6
node_modules/gatsby/scripts/postinstall.js
generated
vendored
Normal file
6
node_modules/gatsby/scripts/postinstall.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
try {
|
||||
const getLatestAPIs = require('../dist/utils/get-latest-apis')
|
||||
getLatestAPIs()
|
||||
} catch (e) {
|
||||
// we're probably just bootstrapping and not published yet!
|
||||
}
|
||||
Reference in New Issue
Block a user