chore: Fixing linter warnings
This commit is contained in:
parent
d3a87ad7d1
commit
f9e3236253
37 changed files with 46 additions and 694 deletions
|
@ -142,7 +142,7 @@ const indexMarkdownContent = async () => {
|
|||
|
||||
const run = async () => {
|
||||
if (
|
||||
(process.env.NETLIFY && process.env.CONTEXT === 'production' && false) // disabled for now
|
||||
(process.env.NETLIFY && process.env.CONTEXT === 'production')
|
||||
|| process.env.FORCE_ALGOLIA
|
||||
) {
|
||||
await indexMarkdownContent()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue