@xfe-repo/web-app 1.3.5 → 1.3.6

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/deploy/.drone.yml CHANGED
@@ -39,6 +39,7 @@ steps:
39
39
  path: /drone/src/node_modules
40
40
  commands:
41
41
  - cp -r node_modules/@xfe-repo/web-app/deploy deploy
42
+ - export NODE_OPTIONS="--max-old-space-size=8192"
42
43
  - export REACT_APP_RELEASE=$DRONE_REPO_NAME@${DRONE_TAG:CI_COMMIT_SHA}
43
44
  - echo -n "$REACT_APP_RELEASE" > deploy/static/release
44
45
  - pnpm build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },