@yunarch/config-web 0.7.0 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@yunarch/config-web",
4
- "version": "0.7.0",
4
+ "version": "0.7.2",
5
5
  "description": "Shared configurations for web projects.",
6
6
  "license": "MIT",
7
7
  "keywords": [
@@ -72,8 +72,8 @@
72
72
  "build": "bun run gen && tsup",
73
73
  "tests": "vitest --typecheck run",
74
74
  "tests:watch": "vitest --typecheck watch",
75
- "tests:dist": "bun run build && TEST_DIST=true vitest --typecheck run && bun run clean",
76
- "release": "bun run build && TEST_DIST=true bunx bumpp"
75
+ "tests:dist": "bun run build && TEST_DIST=true vitest --typecheck run",
76
+ "release": "bun run tests:dist && bunx bumpp"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "prettier": ">= 3 || < 4",