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

Commit

Permalink
πŸ’š data.gitmoji.types from this repo, not its publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz authored and kodiakhq[bot] committed May 1, 2021
1 parent ded90f7 commit a42ada1
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
@@ -1,10 +1,10 @@
/* eslint-disable indent */
/* eslint-disable operator-linebreak */
const types = require('@jeromefitz/git-cz/data/gitmoji').types
const GraphemeSplitter = require('grapheme-splitter')
const isCI = require('is-ci')
// eslint-disable-next-line id-match
const _pullAt = require('lodash/pullAt')
const types = require('./data/gitmoji').types
// eslint-disable-next-line global-require, no-unused-expressions
!isCI && require('dotenv').config({ path: './.env' })

Expand Down

0 comments on commit a42ada1

Please sign in to comment.