Skip to content

Commit

Permalink
Sunset modular-site
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoBrusa committed Dec 19, 2022
1 parent aff62fd commit a27388b
Show file tree
Hide file tree
Showing 19 changed files with 16 additions and 1,029 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"modular": "ts-node packages/modular-scripts/src/cli.ts",
"test": "yarn modular test --watchAll false --runInBand --env node",
"build": "yarn workspace @modular-scripts/workspace-resolver build && yarn workspace create-modular-react-app build && yarn workspace modular-scripts build && yarn workspace modular-views.macro build",
"start": "yarn modular start modular-site",
"prepare": "is-ci || husky install",
"postinstall": "patch-package",
"typecheck": "yarn modular typecheck",
Expand Down Expand Up @@ -101,7 +100,6 @@
"coveragePathIgnorePatterns": [
"/__fixtures__/",
"/node_modules/",
"/modular-site/",
"/modular-views.macro/"
],
"coverageProvider": "v8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ exports[`getWorkspaceInfo 3`] = `
`;
exports[`getWorkspaceInfo 4`] = `
{
"location": "packages/modular-site",
"mismatchedWorkspaceDependencies": [],
"public": false,
"type": "app",
"version": Any<String>,
"workspaceDependencies": [],
}
`;
exports[`getWorkspaceInfo 5`] = `
{
"location": "packages/modular-template-app",
"mismatchedWorkspaceDependencies": [],
Expand All @@ -58,7 +47,7 @@ exports[`getWorkspaceInfo 5`] = `
}
`;
exports[`getWorkspaceInfo 6`] = `
exports[`getWorkspaceInfo 5`] = `
{
"location": "packages/modular-template-esm-view",
"mismatchedWorkspaceDependencies": [],
Expand All @@ -69,7 +58,7 @@ exports[`getWorkspaceInfo 6`] = `
}
`;
exports[`getWorkspaceInfo 7`] = `
exports[`getWorkspaceInfo 6`] = `
{
"location": "packages/modular-template-node-env-app",
"mismatchedWorkspaceDependencies": [],
Expand All @@ -80,7 +69,7 @@ exports[`getWorkspaceInfo 7`] = `
}
`;
exports[`getWorkspaceInfo 8`] = `
exports[`getWorkspaceInfo 7`] = `
{
"location": "packages/modular-template-package",
"mismatchedWorkspaceDependencies": [],
Expand All @@ -91,7 +80,7 @@ exports[`getWorkspaceInfo 8`] = `
}
`;
exports[`getWorkspaceInfo 9`] = `
exports[`getWorkspaceInfo 8`] = `
{
"location": "packages/modular-template-view",
"mismatchedWorkspaceDependencies": [],
Expand All @@ -102,7 +91,7 @@ exports[`getWorkspaceInfo 9`] = `
}
`;
exports[`getWorkspaceInfo 10`] = `
exports[`getWorkspaceInfo 9`] = `
{
"location": "packages/modular-types",
"mismatchedWorkspaceDependencies": [],
Expand All @@ -113,7 +102,7 @@ exports[`getWorkspaceInfo 10`] = `
}
`;
exports[`getWorkspaceInfo 11`] = `
exports[`getWorkspaceInfo 10`] = `
{
"location": "packages/modular-views.macro",
"mismatchedWorkspaceDependencies": [],
Expand All @@ -124,7 +113,7 @@ exports[`getWorkspaceInfo 11`] = `
}
`;
exports[`getWorkspaceInfo 12`] = `
exports[`getWorkspaceInfo 11`] = `
{
"location": "packages/tree-view-for-tests",
"mismatchedWorkspaceDependencies": [],
Expand All @@ -135,7 +124,7 @@ exports[`getWorkspaceInfo 12`] = `
}
`;
exports[`getWorkspaceInfo 13`] = `
exports[`getWorkspaceInfo 12`] = `
{
"location": "packages/workspace-resolver",
"mismatchedWorkspaceDependencies": [],
Expand Down
16 changes: 0 additions & 16 deletions packages/modular-site/CHANGELOG.md

This file was deleted.

11 changes: 0 additions & 11 deletions packages/modular-site/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/modular-site/package.json

This file was deleted.

Binary file removed packages/modular-site/public/favicon.ico
Binary file not shown.
43 changes: 0 additions & 43 deletions packages/modular-site/public/index.html

This file was deleted.

Binary file removed packages/modular-site/public/logo192.png
Binary file not shown.
Binary file removed packages/modular-site/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions packages/modular-site/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/modular-site/public/robots.txt

This file was deleted.

7 changes: 0 additions & 7 deletions packages/modular-site/src/App.css

This file was deleted.

55 changes: 0 additions & 55 deletions packages/modular-site/src/App.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions packages/modular-site/src/__tests__/index.test.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions packages/modular-site/src/index.css

This file was deleted.

12 changes: 0 additions & 12 deletions packages/modular-site/src/index.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/modular-site/src/react-app-env.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/modular-site/tsconfig.json

This file was deleted.

Loading

0 comments on commit a27388b

Please sign in to comment.