Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1797c9a

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

File tree

Expand file treeCollapse file tree

3 files changed

+2
-28
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-28
lines changed

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: package.json
+1-2Lines 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

Copy file name to clipboardExpand all lines: pnpm-lock.yaml
-25Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.