Skip to content

Commit

Permalink
ci: 👷 update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed Aug 20, 2023
1 parent 398854d commit 1543fe9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"test:e2e": "playwright test",
"test:unit": "vitest",
"test:ci": "vitest run",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"cspell": "cspell '**/*.md' --config cspell.json --wordsOnly"
Expand Down

1 comment on commit 1543fe9

@vercel
Copy link

@vercel vercel bot commented on 1543fe9 Aug 20, 2023

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:

cv – ./

www.mecv.xyz
mecv.xyz
cv-spences10.vercel.app
cv-git-main-spences10.vercel.app

Please sign in to comment.