Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Apr 26, 2023
1 parent 4f56d89 commit 8299ff5
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ignore-workspace-root-check=true
shamefully-hoist=true
auto-install-peers=true
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"pack:zip": "rimraf extension.zip && jszip-cli add extension/* -o ./your-popup.zip",
"pack:crx": "crx pack extension -o ./your-popup.crx",
"pack:xpi": "cross-env WEB_EXT_ARTIFACTS_DIR=./ web-ext build --source-dir ./extension --filename your-popup.xpi --overwrite-dest",
"release": "bumpp && npm publish",
"start:chromium": "web-ext run --source-dir ./extension --target=chromium",
"start:firefox": "web-ext run --source-dir ./extension --target=firefox-desktop",
"clear": "rimraf --glob extension/dist extension/manifest.json extension.*",
Expand All @@ -41,6 +42,7 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/test-utils": "^2.3.2",
"@vueuse/core": "^10.1.0",
"bumpp": "^9.1.0",
"chokidar": "^3.5.3",
"consola": "^3.1.0",
"cross-env": "^7.0.3",
Expand Down
148 changes: 148 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 8299ff5

@vercel
Copy link

@vercel vercel bot commented on 8299ff5 Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.