Skip to content
Snippets Groups Projects

Style/add tailwind typography and font

Merged mateuszmiko requested to merge style/add_tailwind_typography_and_font into development
1 unresolved thread
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -58,6 +58,6 @@ deploy_staging:
- development
script:
- npm install --global vercel
- vercel pull --yes --environment=preview --token=$VERCEL_TOKEN
- vercel build --token=$VERCEL_TOKEN
- vercel deploy --prebuilt --token=$VERCEL_TOKEN
- vercel pull --yes --environment=production --token=$VERCEL_TOKEN
- vercel build --prod --token=$VERCEL_TOKEN
- vercel deploy --prebuilt --prod --token=$VERCEL_TOKEN
Loading