-
-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* β Install `unbuild` dependency * π Rename `gitmojis.d.ts` to `index.d.ts` * β¨ Export `cjs` and `esm` with `unbuild` * π· Add `build` step to publish action * π§ Add `gitmojis` build output to turborepo config * π§ Add `build` as a dependency for `lint`, `tscheck` and `build` * β¨ Add `assert { type: json }` for JSON imports * π§βπ» Watch changes on `gitmojis` to rebuild deps for website (#1282) Co-authored-by: VinΓcius Hoyer <[email protected]>
- Loading branch information
1 parent
4733717
commit 8fd367f
Showing
7 changed files
with
966 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import gitmojisJson from './gitmojis.json' | ||
import gitmojisJson from './gitmojis.json' assert { type: 'json' } | ||
|
||
export { default as schema } from './schema.json' | ||
export { default as schema } from './schema.json' assert { type: 'json' } | ||
|
||
export const gitmojis = gitmojisJson.gitmojis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
8fd367f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
gitmoji β ./
gitmoji-git-master-carloscuesta.vercel.app
gitmoji.dev
gitmoji-carloscuesta.vercel.app