main
Yanick Champoux 2023-01-14 15:26:15 -05:00
parent 0544b91872
commit c3980723f4
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ version: '3'
vars:
GREETING: Hello, World!
FILES:
sh: git diff-ls --diff-filter=d main | perl -pe's/\n/ /'
sh: git diff-ls --diff-filter=d main | grep -v .eslintignore | perl -pe's/\n/ /'
tasks:
build: vite build

View File

@ -103,7 +103,6 @@
<script>
import { getContext } from 'svelte';
import Stars from '@ernane/svelte-star-rating';
export let params;