This commit is contained in:
Jacob Nguyen
2024-02-05 11:20:29 -06:00
committed by GitHub
parent c37ca781db
commit b111711984

View File

@@ -26,11 +26,12 @@ jobs:
run: yarn
- name: Build
run: cd packages/localizer && npm run build
run: npm run build
working-directory: ./packages/localizer
- name: Publish to npm
run: |
npm version premajor --preid "dev.$(git rev-parse --verify --short HEAD)" --git-tag-version=false
npm publish --tag dev
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: ./packages/localizer