Skip to content

Instantly share code, notes, and snippets.

@monaye
Last active January 26, 2025 12:39
Show Gist options
  • Select an option

  • Save monaye/dc2ab52636de4dc5c9a24e8adab9b7d9 to your computer and use it in GitHub Desktop.

Select an option

Save monaye/dc2ab52636de4dc5c9a24e8adab9b7d9 to your computer and use it in GitHub Desktop.
Astro Build Configuration to retain previous build soft link to dist
// set build output directory with date and soft link dis folder to the latest build date
date=$(date +%Y%m%d%H%M%S) && astro build --outDir build/$date && ln -sfn build/$date dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment