Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 4, 2024
1 parent dad097c commit 553bb2b
Show file tree
Hide file tree
Showing 111 changed files with 328 additions and 162 deletions.
1 change: 1 addition & 0 deletions code/addons/a11y/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "a11y",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/actions/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "actions",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/backgrounds/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "backgrounds",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/controls/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "controls",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/docs/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "docs",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/essentials/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "essentials",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/gfm/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "gfm",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/highlight/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "highlight",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/interactions/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "interactions",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/jest/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "jest",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/links/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "links",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/measure/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "measure",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/onboarding/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "onboarding",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/outline/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "outline",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/storysource/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "storysource",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/themes/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "themes",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"targets": {
"build": {}
Expand Down
1 change: 1 addition & 0 deletions code/addons/toolbars/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "toolbars",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/addons/viewport/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "viewport",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/builders/builder-manager/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "builder-manager",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/builders/builder-vite/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "builder-vite",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/builders/builder-webpack5/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "builder-webpack5",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
3 changes: 2 additions & 1 deletion code/core/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "core",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
"build": {}
}
}
}
1 change: 1 addition & 0 deletions code/frameworks/angular/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "angular",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/ember/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "ember",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/html-vite/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "html-vite",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/html-webpack5/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "html-webpack5",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/nextjs/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "nextjs",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/preact-vite/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "preact-vite",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/preact-webpack5/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "preact-webpack5",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/react-vite/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "react-vite",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/react-webpack5/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "react-webpack5",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/server-webpack5/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "server-webpack5",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/svelte-vite/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "svelte-vite",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/svelte-webpack5/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "svelte-webpack5",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/sveltekit/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "sveltekit",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/vue3-vite/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "vue3-vite",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/vue3-webpack5/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "vue3-webpack5",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/web-components-vite/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "web-components-vite",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/frameworks/web-components-webpack5/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "web-components-webpack5",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/lib/cli-sb/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "cli-sb",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {}
Expand Down
1 change: 1 addition & 0 deletions code/lib/cli-storybook/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "cli-storybook",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {}
Expand Down
1 change: 1 addition & 0 deletions code/lib/cli/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "cli",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/lib/codemod/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "codemod",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/lib/core-server/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "core-server",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/lib/core-webpack/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "core-webpack",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/lib/csf-plugin/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "csf-plugin",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/lib/react-dom-shim/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "react-dom-shim",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/lib/source-loader/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "source-loader",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
14 changes: 5 additions & 9 deletions code/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@
},
"sandbox": {
"executor": "nx:run-commands",
"inputs": [{ "runtime": "storybook --version" }],
"inputs": [
{
"runtime": "storybook --version"
}
],
"outputs": ["{workspaceRoot}/../{projectRoot}"],
"options": {
"cwd": "{workspaceRoot}",
Expand Down Expand Up @@ -127,14 +131,6 @@
},
"dependsOn": ["sb:build"]
}
// "e2e": {
// "executor": "nx:run-commands",
// "options": {
// "cwd": "{workspaceRoot}",
// "command": "yarn playwright test"
// },
// "dependsOn": ["sb:build"]
// }
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
Expand Down
1 change: 1 addition & 0 deletions code/presets/create-react-app/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "create-react-app",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/presets/html-webpack/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "html-webpack",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/presets/preact-webpack/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "preact-webpack",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/presets/react-webpack/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "react-webpack",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/presets/server-webpack/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "server-webpack",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/presets/svelte-webpack/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "svelte-webpack",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/presets/vue3-webpack/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "vue3-webpack",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/renderers/html/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "html",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/renderers/preact/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "preact",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/renderers/react/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "react",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/renderers/server/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "server",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/renderers/svelte/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "svelte",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
1 change: 1 addition & 0 deletions code/renderers/vue3/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "vue3",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"targets": {
Expand Down
Loading

0 comments on commit 553bb2b

Please sign in to comment.