Skip to content

Commit

Permalink
整理pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed May 22, 2022
1 parent 6cea9a6 commit 9e0ea7a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"dev": "node scripts/watch.mjs",
"prebuild": "vue-tsc --noEmit --p packages/renderer/tsconfig.json && node scripts/build.mjs",
"build": "electron-builder && node scripts/afterbuild.js",
"init": "git config core.hooksPath .git/hooks/ && rm -rf .git/hooks && npx simple-git-hooks",
"test:e2e": "npx playwright test",
"test:e2e:headless": "npx playwright test --headed",
"test": "ts-node test/test.ts",
"push": "node ./scripts/publish.js"
},
Expand Down Expand Up @@ -39,13 +36,6 @@
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
],
"dependencies": {
"ajv": "^8.11.0",
"ant-design-vue": "^3.2.2",
Expand Down

0 comments on commit 9e0ea7a

Please sign in to comment.