Skip to content

Commit

Permalink
refactor: build and dev scripts (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Jan 1, 2025
1 parent 8f2a096 commit 8dc19e0
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 236 deletions.
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"build:size-vue-i18n": "pnpm --filter @intlify/size-check-vue-i18n build",
"build:sourcemap": "pnpm build --sourcemap",
"build:type": "./scripts/build.sh",
"build:typed": "pnpm build core-base vue-i18n-core --types",
"build:typed": "pnpm build core-base vue-i18n-core --withTypes",
"check-install": "tsx ./scripts/playwright.ts",
"clean": "run-p clean:*",
"clean:coverage": "rimraf ./coverage",
"clean:dist": "rimraf ./dist ./packages/**/dist ./docs/.vitepress/dist",
"clean:coverage": "rm -rf ./coverage",
"clean:dist": "rm -rf ./dist ./packages/**/dist ./docs/.vitepress/dist",
"clean:docs": "trash './docs/api/!(injection).md'",
"clean:type": "rimraf ./temp",
"clean:type": "rm -rf ./temp",
"coverage": "opener coverage/index.html",
"dev": "tsx ./scripts/dev.ts",
"dev:e2e": "cross-env TZ=UTC vitest -c ./vitest.e2e.config.ts",
Expand Down Expand Up @@ -90,17 +90,14 @@
"@rollup/plugin-terser": "^0.4.3",
"@secretlint/secretlint-rule-preset-recommend": "^3.1.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.0",
"@types/brotli": "^1.3.4",
"@types/eslint": "^9.6.1",
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.1.1",
"@types/minimist": "^1.2.5",
"@types/node": "^22.5.3",
"@types/node": "^22.10.3",
"@types/rc": "^1.2.4",
"@types/serve-handler": "^6.1.4",
"@vitest/coverage-v8": "^2.1.5",
"api-docs-gen": "^0.4.0",
"brotli": "^1.3.2",
"bumpp": "^9.3.0",
"cross-env": "^7.0.3",
"eslint": "^9.9.1",
Expand All @@ -115,7 +112,6 @@
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"listhen": "^1.7.2",
"minimist": "^1.2.6",
"mitata": "^1.0.20",
"npm-run-all2": "^7.0.0",
"opener": "^1.5.2",
Expand All @@ -125,7 +121,6 @@
"playwright-core": "^1.45.3",
"prettier": "^3.3.3",
"rc": "^1.2.8",
"rimraf": "^6.0.0",
"rollup": "^4.21.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
Expand Down
Loading

0 comments on commit 8dc19e0

Please sign in to comment.