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 2ffa334

Browse filesBrowse files
committed
Add release script
1 parent 2ac1faa commit 2ffa334
Copy full SHA for 2ffa334

File tree

Expand file treeCollapse file tree

2 files changed

+25
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+25
-1
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"test:watch": "node scripts/swap-vue.mjs 3 && vitest",
6060
"test:2": "node scripts/swap-vue.mjs 2 && vitest run",
6161
"test:3": "node scripts/swap-vue.mjs 3 && vitest run",
62-
"prepare": "husky install"
62+
"prepare": "husky install",
63+
"release": "dotenv release-it"
6364
},
6465
"peerDependencies": {
6566
"@fluent/bundle": ">=0.17.0",
@@ -86,6 +87,7 @@
8687
"@vitest/coverage-istanbul": "^0.26.2",
8788
"@vue/compiler-sfc": "^3.2.45",
8889
"@vue/test-utils": "^2.2.6",
90+
"dotenv-cli": "^7.0.0",
8991
"esbuild-plugin-globals": "^0.1.1",
9092
"eslint": "^8.30.0",
9193
"execa": "^7.0.0",

‎pnpm-lock.yaml

Copy file name to clipboardExpand all lines: pnpm-lock.yaml
+22Lines changed: 22 additions & 0 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.