Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 0e3b85e

Browse files
fix: deps
1 parent 452fc08 commit 0e3b85e

File tree

2 files changed

+708
-668
lines changed

2 files changed

+708
-668
lines changed

src/bin/tsn.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This CLI command is optimized for speed, so, it includes minimum dependencies
66

77
import * as fs from 'node:fs'
88
import * as path from 'node:path'
9-
import type * as nodejsLib from '@naturalcycles/nodejs-lib/dist/fs'
9+
import type * as nodejsLib from '@naturalcycles/nodejs-lib'
1010
import * as c from 'chalk'
1111

1212
const projectDir = path.join(__dirname, '../..')
@@ -160,7 +160,7 @@ function ensureProjectTsconfigScripts(): string {
160160
// You cannot just use a shared `tsconfig.scripts.json` because of relative paths for `include`
161161
// So, it will be copied into the project
162162

163-
const { kpySync } = require('@naturalcycles/nodejs-lib/dist/fs') as typeof nodejsLib
163+
const { kpySync } = require('@naturalcycles/nodejs-lib') as typeof nodejsLib
164164

165165
kpySync({
166166
baseDir: `${cfgDir}/scripts/`,

0 commit comments

Comments
 (0)