@forwardimpact/schema 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -471,7 +471,7 @@ skills:
|
|
|
471
471
|
brew install colima
|
|
472
472
|
colima start
|
|
473
473
|
brew install supabase/tap/supabase || npm install -g supabase
|
|
474
|
-
npx create-next-app@latest my-app --typescript
|
|
474
|
+
npx --yes create-next-app@latest my-app --typescript --yes
|
|
475
475
|
cd my-app
|
|
476
476
|
supabase init
|
|
477
477
|
supabase start
|
|
@@ -927,7 +927,7 @@ skills:
|
|
|
927
927
|
to productionize. This prevents confusion later.
|
|
928
928
|
installScript: |
|
|
929
929
|
set -e
|
|
930
|
-
npx create-next-app@latest my-prototype --typescript
|
|
930
|
+
npx --yes create-next-app@latest my-prototype --typescript --yes
|
|
931
931
|
cd my-prototype
|
|
932
932
|
supabase init
|
|
933
933
|
supabase start
|