-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
680ffa9
commit 826acba
Showing
6 changed files
with
24,987 additions
and
19,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
compressionLevel: mixed | ||
enableGlobalCache: true | ||
httpTimeout: 300000 | ||
nodeLinker: node-modules | ||
npmRegistryServer: "https://registry.npmjs.org/" | ||
yarnPath: .yarn/releases/yarn-4.4.1.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
"ci": "yarn install && tsc && yarn build:all && backstage-cli test --no-watch && yarn lint", | ||
"start:frontend": "yarn workspace @spreadshirt/backstage-plugin-s3-viewer start", | ||
"start:backend": "yarn workspace @spreadshirt/backstage-plugin-s3-viewer-backend start", | ||
"start": "concurrently \"yarn start:backend\" \"yarn start:frontend\"", | ||
"start": "yarn workspaces foreach -A --include backend --include app --parallel -v -i run start", | ||
"release": "changeset version && yarn prettier --write 'plugins/*/{package.json,CHANGELOG.md}' '.changeset/*.json' && yarn install --no-immutable", | ||
"publish-release": "changeset publish", | ||
"prettier:check": "prettier --check .", | ||
|
@@ -40,7 +40,6 @@ | |
"@changesets/cli": "^2.24.4", | ||
"@spotify/prettier-config": "^12.0.0", | ||
"@types/react": "^18.0.2", | ||
"concurrently": "^8.0.0", | ||
"jest-junit": "^13.0.0", | ||
"prettier": "^2.3.2", | ||
"react": "^18.0.2", | ||
|
@@ -56,5 +55,6 @@ | |
"*.{json,md}": [ | ||
"prettier --write" | ||
] | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.