Skip to content

Commit

Permalink
adds node install to migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike committed May 2, 2024
1 parent 3cf6ba5 commit 95fbb94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/migrate-yarn → bin/migrate-stack
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

volta install [email protected]
volta install [email protected]
volta setup
touch .env
Expand Down

0 comments on commit 95fbb94

Please sign in to comment.