Skip to content

Commit

Permalink
tools
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Mar 26, 2024
1 parent 62031c2 commit c43b4b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/astro-start.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
powershell.exe -noexit -Command "& {Set-Location -literalPath '%~dp0.'; Invoke-Expression 'npm start'}"
2 changes: 2 additions & 0 deletions docs/astro-upgrade.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
powershell.exe -noexit -Command "& {Set-Location -literalPath '%~dp0.'; Invoke-Expression 'npx @astrojs/upgrade'}"

0 comments on commit c43b4b7

Please sign in to comment.