fix: production build
All checks were successful
CI Pipeline / build-and-test (push) Successful in 1m12s
CI Pipeline / check-version (push) Successful in 13s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
CI Pipeline / finish-deploy (push) Successful in 1s

This commit is contained in:
Leandro Costa 2025-05-26 09:47:52 -03:00
parent 405bc4fe07
commit 37ee87aca0

View file

@ -109,7 +109,7 @@ jobs:
- name: Publish to NPM (staging) - name: Publish to NPM (staging)
run: | run: |
cd lhmask cd lhmask
sed -i "s/-dev//g" dist/package.json sed -i "s/-dev//g" package.json
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
npm publish npm publish
env: env: