mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
* feat: add ability to prepublish canary versions * fix: ci * fix: pr comment * fix: ci pr * fix: ci pr env * fix: github env name * fix: github file ignoring * fix: yml syntax * fix: codeql * fix: syntax error * fix: pnpm version * fix: remove node 16.x support * fix: workspace name * fix: workspace pnpm * fix: workspace with pnpm * ci: changeset publish * ci: changeset pr name * ci: pr * ci: fix pr.yml * ci: fix pr.yml workspaces * ci: fix steps order in pr.yml * ci: fix pr publish error * ci: fix npm publish tag to alpha * ci: npm publish tag * ci: npm publish tag * ci: fix tag with PR number
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { createPreset, PresetTagsDefinition } from '../src';
|
||||
import { BBobCoreOptions, createTree } from '@bbob/core'
|
||||
import { createPreset } from '../src';
|
||||
import { createTree } from '@bbob/core'
|
||||
import type { PresetTagsDefinition, BBobCoreOptions } from '@bbob/types';
|
||||
|
||||
describe('@bbob/preset', () => {
|
||||
const presetFactory = <Tags extends PresetTagsDefinition = PresetTagsDefinition>(defTags: Tags) => {
|
||||
|
||||
@@ -2,3 +2,6 @@ dist
|
||||
es
|
||||
lib
|
||||
test
|
||||
types
|
||||
test/*.d.ts
|
||||
test/*.map
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
#@bbob/types
|
||||
Shared types of @bbob project
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
npm install --save-dev @bbob/types
|
||||
```
|
||||
Reference in New Issue
Block a user