mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
build: Disable some eslint rules in /bin
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
import algolia from 'algoliasearch';
|
||||
import icons from '../dist/icons.json';
|
||||
import tags from '../src/tags.json';
|
||||
@@ -9,7 +8,10 @@ if (
|
||||
process.env.TRAVIS_PULL_REQUEST === 'false' &&
|
||||
process.env.TRAVIS_BRANCH === 'master'
|
||||
) {
|
||||
console.log('Syncing Algolia records');
|
||||
syncAlgolia();
|
||||
} else {
|
||||
console.log('Skipped Algolia sync');
|
||||
}
|
||||
|
||||
function syncAlgolia() {
|
||||
|
||||
Reference in New Issue
Block a user