Skip to content

Commit

Permalink
fix: change deploy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thuongtruong1009 committed Mar 15, 2022
1 parent 81d1580 commit 8c24f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
NODE_VERSION = "16"

[build]
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
publish = "/dist"
command = "ci = pnpm i && pnpm run build"

[[redirects]]
from = "/*"
Expand Down
1 change: 1 addition & 0 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ declare module 'vue' {
CarbonDicomOverlay: typeof import('~icons/carbon/dicom-overlay')['default']
CarbonLanguage: typeof import('~icons/carbon/language')['default']
CarbonMoon: typeof import('~icons/carbon/moon')['default']
CarbonPedestrian: typeof import('~icons/carbon/pedestrian')['default']
CarbonSun: typeof import('~icons/carbon/sun')['default']
CArrivals: typeof import('./components/CArrivals.vue')['default']
CBanner: typeof import('./components/CBanner.vue')['default']
Expand Down

1 comment on commit 8c24f44

@vercel
Copy link

@vercel vercel bot commented on 8c24f44 Mar 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.