Merge pull request #13521 from backstage/rugvip/nolerna

Remove Lerna
This commit is contained in:
Patrik Oldsberg
2022-09-21 10:13:29 +02:00
committed by GitHub
4 changed files with 45 additions and 2060 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
# not flagged as the latest release, which means that people will not get this
# version of the package unless requested explicitly
- name: publish nightly release
run: yarn changeset publish --tag nightly
run: yarn workspaces foreach -v --no-private npm publish --tag nightly
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+2 -2
View File
@@ -163,9 +163,9 @@ jobs:
- name: publish
run: |
if [ -f ".changeset/pre.json" ]; then
yarn lerna publish from-package --yes --dist-tag next
yarn workspaces foreach -v --exclude=root --no-private npm publish --tag next
else
yarn lerna publish from-package --yes
yarn workspaces foreach -v --exclude=root --no-private npm publish
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
-2
View File
@@ -26,7 +26,6 @@
"create-plugin": "echo \"use 'yarn new' instead\"",
"release": "node scripts/prepare-release.js && changeset version && yarn prettier --write '{packages,plugins}/*/{package.json,CHANGELOG.md}' '.changeset/*.json' && yarn install --no-immutable",
"prettier:check": "prettier --check .",
"lerna": "lerna",
"storybook": "yarn ./storybook run start",
"snyk:test": "npx snyk test --yarn-workspaces --strict-out-of-sync=false",
"snyk:test:package": "yarn snyk:test --include",
@@ -71,7 +70,6 @@
"eslint-plugin-notice": "^0.9.10",
"fs-extra": "10.1.0",
"husky": "^8.0.0",
"lerna": "~5.0.0",
"lint-staged": "^13.0.0",
"minimist": "^1.2.5",
"prettier": "^2.2.1",
+42 -2055
View File
File diff suppressed because it is too large Load Diff