Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
🩹 release note generator quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed May 4, 2021
1 parent 2a1b065 commit b55a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const GraphemeSplitter = require('grapheme-splitter')
const isCI = require('is-ci')
// eslint-disable-next-line id-match
const _pullAt = require('lodash/pullAt')
const types = require('./dist/themes/gitmoji').types
const { types } = require('./dist/themes/gitmoji').default
// eslint-disable-next-line global-require, no-unused-expressions
!isCI && require('dotenv').config({ path: './.env' })

Expand Down

0 comments on commit b55a3f6

Please sign in to comment.