Skip to content

Commit 6553571

Browse files
authored
fix push to kit-template-default (#730)
1 parent 95b8dd2 commit 6553571

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/create/scripts/update-template-repo-contents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from 'node:fs';
22
import path from 'node:path';
3-
import { create } from '../dist/index.js';
3+
import { create } from '../../cli/dist/lib/index.js';
44

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

packages/create/scripts/update-template-repo.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
echo "UPDATING TEMPLATE REPO: https://github.com/sveltejs/kit-template-default..."
4+
35
set -e
46

57
get_abs_filename() {

0 commit comments

Comments
 (0)