Skip to content

Commit

Permalink
fix(ci): generate .svelte-kit folder
Browse files Browse the repository at this point in the history
  • Loading branch information
matteopolak committed Dec 27, 2023
1 parent abf54f3 commit 1413c4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: create .env
run: cp .env.example .env

- name: generate sveltekit types
run: pnpm svelte-kit sync

- name: run eslint
run: pnpm eslint --ext .ts,.svelte src

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Crave

[![License](https://img.shields.io/github/license/matteopolak/crave.svg)](https://github.com/matteopolak/crave/blob/main/LICENSE)
[![build status](https://github.com/matteopolak/jukebox/actions/workflows/ci.yml/badge.svg)](.github/workflows/ci.yml)
[![license](https://img.shields.io/github/license/matteopolak/crave.svg)](LICENSE)

YouTube-like recipe explorer with semantic recommendations and powerful search.

Expand Down

0 comments on commit 1413c4e

Please sign in to comment.