gdcore-tools 2.0.0-beta4 → 2.0.0-beta5
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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gdcore-tools",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta5",
|
|
4
4
|
"description": "A package of GDevelop's Core library with additional helper tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"typescript": "^5.5.4"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
|
-
"postinstall": "patch-package && npm run build",
|
|
54
|
+
"postinstall": "[ $npm_config_save_dev ] && patch-package && npm run build",
|
|
55
55
|
"prepack": "npm run build && tsc -b",
|
|
56
56
|
"build": "node ./build/build.mjs",
|
|
57
57
|
"ts": "tsc -b"
|