We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d78de6 commit a094169Copy full SHA for a094169
e2e/app/remix_ts.rb
@@ -14,7 +14,7 @@ def initialize(root_dir, *args)
14
def yarn_create!
15
Dir.chdir(root_dir) do
16
# install with the "remix" template
17
- system_quiet('yarn create remix . --template=remix --typescript --install')
+ system_quiet('yarn create remix . --template=remix-run/remix/templates/remix --typescript --install')
18
19
## variation: indie-stack is a different remix template that people use
20
# system_quiet("yarn create remix . --template=remix-run/indie-stack --typescript --install")
0 commit comments