Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1797c9a

Browse files
committed
No need for dotenv-cli
1 parent 0e7d36c commit 1797c9a

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
git config user.name github-actions[bot]
3030
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
31-
- run: pnpm run release -- --increment ${{github.event.inputs.increment}} --ci --dry-run
31+
- run: pnpm run release --increment ${{github.event.inputs.increment}} --ci --dry-run
3232
env:
3333
# For release-it
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"test:2": "node scripts/swap-vue.mjs 2 && vitest run",
6464
"test:3": "node scripts/swap-vue.mjs 3 && vitest run",
6565
"prepare": "husky",
66-
"release": "dotenv -- release-it"
66+
"release": "release-it"
6767
},
6868
"peerDependencies": {
6969
"@fluent/bundle": ">=0.17.0",
@@ -91,7 +91,6 @@
9191
"@vitest/coverage-istanbul": "^3.1.4",
9292
"@vue/compiler-sfc": "^3.5.16",
9393
"@vue/test-utils": "^2.4.6",
94-
"dotenv-cli": "^8.0.0",
9594
"esbuild-plugin-globals": "^0.2.0",
9695
"eslint": "^9.27.0",
9796
"execa": "^9.6.0",

pnpm-lock.yaml

Lines changed: 0 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)