@seayoo-web/scripts 2.5.3 → 2.5.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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -73,7 +73,7 @@ function getBuildEnv(command, mode, onlyBuild, requireSentryToken, ignoreSentryT
73
73
  const s = `${EnvPrefix}SENTRY_AUTH_TOKEN`;
74
74
  const u = `${EnvPrefix}DEPLOY_USER`;
75
75
  const k = `${EnvPrefix}DEPLOY_KEY`;
76
- const p = `${EnvPrefix}_SERVER_PORT`;
76
+ const p = `${EnvPrefix}SERVER_PORT`;
77
77
  const paths = process.cwd().replace(/\\/g, "/").split("/");
78
78
  const execDirWithPackage = paths.slice(-2).join("/");
79
79
  const execDir = paths.slice(-1)[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seayoo-web/scripts",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "description": "scripts for seayoo web repos",
5
5
  "type": "module",
6
6
  "source": "index.ts",