@hylithiumjs.com/core 1.2.2 → 1.2.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@hylithiumjs.com/core",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "TypeScript types and utilities for HyLithiumJS plugins",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "dist"
16
16
  ],
17
17
  "scripts": {
18
- "build": "shx rm -rf dist && tsc && shx cp -r dist ../../docs/types",
18
+ "build": "yarn exec shx rm -rf dist && yarn exec tsc && yarn exec shx cp -r dist ../../docs/types",
19
19
  "prepublishOnly": "npm run build"
20
20
  },
21
21
  "keywords": [
@@ -37,4 +37,4 @@
37
37
  "devDependencies": {
38
38
  "typescript": "^5.7.2"
39
39
  }
40
- }
40
+ }