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
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:
parent
405bc4fe07
commit
37ee87aca0
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ jobs:
|
|||
- name: Publish to NPM (staging)
|
||||
run: |
|
||||
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
|
||||
npm publish
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue