Start working on docs site.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import fs from 'node:fs/promises'
|
||||
import { useDocument } from '@terrace/core'
|
||||
import { createFileReader } from '@terrace/core/readers/node-readline'
|
||||
import { useDocument } from '@terrace/js'
|
||||
import { createFileReader } from '@terrace/js/readers/node-readline'
|
||||
|
||||
function useHelpers({ next, level, head, tail }) {
|
||||
|
||||
|
||||
@@ -11,6 +11,6 @@ scripts
|
||||
test turbo run test --filter=@terrace/test --no-cache --force
|
||||
|
||||
devDependencies
|
||||
@terrace/core workspace:*
|
||||
@terrace/js workspace:*
|
||||
turbo ^1.7.3
|
||||
jest ^29.4.1
|
||||
|
||||
@@ -12,4 +12,4 @@ pipeline
|
||||
dependsOn build
|
||||
|
||||
test
|
||||
dependsOn build build:test
|
||||
dependsOn build ^build ^build:test
|
||||
|
||||
Reference in New Issue
Block a user