@h3ravel/shared 0.23.1 → 0.24.0
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -508,7 +508,7 @@ const packageJsonScript = {
|
|
|
508
508
|
start: "DIST_DIR=dist node -r source-map-support/register dist/server.js",
|
|
509
509
|
lint: "eslint . --ext .ts",
|
|
510
510
|
test: "NODE_NO_WARNINGS=1 NODE_ENV=testing jest --passWithNoTests",
|
|
511
|
-
postinstall: "pnpm
|
|
511
|
+
postinstall: "pnpm prepare"
|
|
512
512
|
};
|
|
513
513
|
|
|
514
514
|
//#endregion
|
package/dist/index.js
CHANGED
|
@@ -477,7 +477,7 @@ const packageJsonScript = {
|
|
|
477
477
|
start: "DIST_DIR=dist node -r source-map-support/register dist/server.js",
|
|
478
478
|
lint: "eslint . --ext .ts",
|
|
479
479
|
test: "NODE_NO_WARNINGS=1 NODE_ENV=testing jest --passWithNoTests",
|
|
480
|
-
postinstall: "pnpm
|
|
480
|
+
postinstall: "pnpm prepare"
|
|
481
481
|
};
|
|
482
482
|
|
|
483
483
|
//#endregion
|