Skip to content

Commit

Permalink
chore: rename main packages for nx
Browse files Browse the repository at this point in the history
  • Loading branch information
gutentag2012 committed Aug 24, 2024
1 parent 70f3199 commit e649925
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"affected": {
"defaultBase": "master"
"defaultBase": "main"
},
"targetDefaults": {
"build": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"style:fix": "pnpm dlx @biomejs/biome check --write .",
"style:fix:unsafe": "pnpm dlx @biomejs/biome check --write --unsafe .",
"test": "nx run-many --target=test --all",
"test:dev-tools-react": "nx test @formsignals/dev-tools-react",
"test:devtools": "nx test @formsignals/devtools-react",
"test:core": "nx test @formsignals/form-core",
"test:react": "nx test @formsignals/form-react",
"test:dev-tools-react": "nx test dev-tools-react",
"test:devtools": "nx test devtools-react",
"test:core": "nx test form-core",
"test:react": "nx test form-react",
"test:validator-zod": "nx test @form-signals/validation-adapter-zod",
"build": "nx run-many --target=build --all",
"build:dev-tools-react": "nx build dev-tools-react",
Expand Down
4 changes: 3 additions & 1 deletion packages/dev-tools-react/project.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"name": "dev-tools-react"
}
4 changes: 3 additions & 1 deletion packages/form-core/project.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"name": "form-core"
}
4 changes: 3 additions & 1 deletion packages/form-react/project.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"name": "form-react"
}
4 changes: 3 additions & 1 deletion packages/validation-adapter-zod/project.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"name": "validation-adapter-zod"
}

0 comments on commit e649925

Please sign in to comment.