Skip to content

Commit a9bdf6f

Browse files
committed
chore: tweak
1 parent 7a7f1d8 commit a9bdf6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"build": "bun src/Cli.ts && cp -r template dist/template",
3+
"build": "bun src/Cli.ts",
44
"changeset:publish": "bun src/Cli.ts publish:prepare && changeset publish && bun src/Cli.ts publish:post",
55
"changeset:version": "changeset version",
66
"check": "biome check --fix --unsafe",

src/internal/cli/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export async function createNew(command: Command) {
141141
const spinner = clack.spinner()
142142
spinner.start('Creating project')
143143

144-
const templatePath = path.join(import.meta.dirname, '../../template')
144+
const templatePath = path.join(import.meta.dirname, '../../../template')
145145

146146
// Recursively copy
147147
function cp(src: string, dest: string): void {

0 commit comments

Comments
 (0)