Skip to content

Commit

Permalink
build: browser extension zip script
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 17, 2023
1 parent 5a0bd37 commit 00edad0
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 14 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"test": "vitest",
"play": "nr -C packages/playground dev",
"docs": "pnpm -C docs run docs:dev",
"docs:build": "pnpm -C docs run docs:build"
"docs:build": "pnpm -C docs run docs:build",
"zip": "tsx ./scripts/extension-zip.ts"
},
"devDependencies": {
"@antfu/eslint-config": "2.4.2",
Expand All @@ -67,19 +68,22 @@
"@unocss/eslint-plugin": "^0.58.0",
"@vue-devtools-next/core": "workspace:^",
"@vue-devtools-next/schema": "workspace:^",
"archiver": "^6.0.1",
"bumpp": "^9.2.0",
"cross-env": "^7.0.3",
"eslint": "npm:[email protected]",
"eslint-plugin-format": "^0.1.0",
"eslint-ts-patch": "8.55.0-1",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.11.0",
"progress": "^2.0.3",
"readdir-glob": "^1.1.3",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.0",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"unocss": "^0.58.0",
Expand Down
171 changes: 159 additions & 12 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 00edad0

Please sign in to comment.