Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/create/scripts/update-template-repo-contents.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'node:fs';
import path from 'node:path';
import { create } from '../dist/index.js';
import { create } from '../../cli/dist/lib/index.js';

const repo = /** @type {string} */ (process.argv[2]);

Expand Down
2 changes: 2 additions & 0 deletions packages/create/scripts/update-template-repo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

echo "UPDATING TEMPLATE REPO: https://github.com/sveltejs/kit-template-default..."

set -e

get_abs_filename() {
Expand Down
Loading