1
0
Fork 0
mirror of synced 2024-06-25 17:40:38 +12:00

auto release from NPM

This commit is contained in:
Martin McKeaveney 2021-05-26 15:08:57 +01:00
parent f9157f49f9
commit 399890fad9
2 changed files with 5 additions and 5 deletions

View file

@ -24,10 +24,10 @@ jobs:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
- run: yarn test
# - name: Publish budibase packages to NPM
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: yarn release
- name: Publish budibase packages to NPM
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn release
- name: Build/release Docker images
run: |

View file

@ -23,7 +23,7 @@
"initialise": "lerna run initialise",
"publishdev": "lerna run publishdev",
"publishnpm": "yarn build && lerna publish --force-publish",
"release": "lerna publish --force-publish --yes",
"release": "yarn build && lerna publish --force-publish --yes",
"restore": "yarn run clean && yarn run bootstrap && yarn run build",
"nuke": "yarn run nuke:packages && yarn run nuke:docker",
"nuke:packages": "yarn run restore",