Skip to content

Commit a094169

Browse files
committed
update remix template
1 parent 9d78de6 commit a094169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: e2e/app/remix_ts.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initialize(root_dir, *args)
1414
def yarn_create!
1515
Dir.chdir(root_dir) do
1616
# install with the "remix" template
17-
system_quiet('yarn create remix . --template=remix --typescript --install')
17+
system_quiet('yarn create remix . --template=remix-run/remix/templates/remix --typescript --install')
1818

1919
## variation: indie-stack is a different remix template that people use
2020
# system_quiet("yarn create remix . --template=remix-run/indie-stack --typescript --install")

0 commit comments

Comments
 (0)