Skip to content

Commit

Permalink
🫥 Moving projects into packages/ and renaming them
Browse files Browse the repository at this point in the history
- Moving projects into `packages/`
- Renaming projects to be called new names
- Update `package.json` files to be called the same as their folder
  • Loading branch information
TheKnarf committed Feb 2, 2024
1 parent 5a5e6bc commit b5974a4
Show file tree
Hide file tree
Showing 110 changed files with 9 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
push:
paths:
- 'packages/**'
- './**'
- '.github/workflows/CI.yml'
- 'package.json'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dialogporten-frontend-react",
"name": "bff-frontend-poc",
"version": "1.0.0",
"main": "index.ts",
"repository": "https://github.com/digdir/dialogporten-frontend-react.git",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bff-node/package.json → packages/bff/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bff-node",
"name": "bff",
"version": "0.0.1",
"description": "",
"main": "src/index.ts",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "client-vite",
"name": "frontend-design-poc",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
packages:
- "packages/*"
- "client/"
- "client-vite/"
- "bff-node/"
- "storybook/"

0 comments on commit b5974a4

Please sign in to comment.