@marianmeres/stuic 2.11.2 → 2.11.4

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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "2.11.2",
3
+ "version": "2.11.4",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",
@@ -59,9 +59,9 @@
59
59
  },
60
60
  "scripts": {
61
61
  "dev": "vite dev",
62
- "build": "vite build && npm run prepack",
62
+ "build": "vite build && pnpm run prepack",
63
63
  "preview": "vite preview",
64
- "package": "npm run prepack",
64
+ "package": "pnpm run prepack",
65
65
  "package:watch": "svelte-kit sync && svelte-package --watch && publint",
66
66
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
67
67
  "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
@@ -70,8 +70,7 @@
70
70
  "test": "vitest --dir src/",
71
71
  "svelte-check": "svelte-check",
72
72
  "svelte-package": "svelte-package",
73
- "release": "./release.sh",
74
- "rp": "npm run release patch && npm run publish",
75
- "rpm": "npm run release minor && npm run publish"
73
+ "rp": "pnpm run build && ./release.sh patch",
74
+ "rpm": "pnpm run build && ./release.sh minor"
76
75
  }
77
76
  }