Skip to content

Commit

Permalink
chore: moved storefront into apps folder (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunear authored Oct 27, 2023
1 parent 95c9d42 commit ca7f059
Show file tree
Hide file tree
Showing 181 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storefront-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
paths:
- 'storefront/**'
- 'apps/storefront/**'
jobs:
Deploy-Production:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storefront-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
types: [opened, synchronize]
paths:
- 'storefront/**'
- 'apps/storefront/**'
jobs:
Deploy-Preview:
runs-on: ubuntu-latest
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.
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.
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"workspaces": [
"packages/*",
"storefront",
"apps/storefront",
"apps/dev"
],
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22913,9 +22913,9 @@ __metadata:
languageName: node
linkType: hard

"storefront@workspace:storefront":
"storefront@workspace:apps/storefront":
version: 0.0.0-use.local
resolution: "storefront@workspace:storefront"
resolution: "storefront@workspace:apps/storefront"
dependencies:
"@altinn/altinn-design-system": ^0.27.2
"@altinn/figma-design-tokens": ^5.0.0
Expand Down

0 comments on commit ca7f059

Please sign in to comment.