@robotical/martyblocks 1.4.24 → 1.4.26

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.
@@ -8,7 +8,7 @@ jobs:
8
8
  build_and_release:
9
9
  runs-on: ubuntu-latest
10
10
  env:
11
- NODE_OPTIONS: "--max-old-space-size=5120"
11
+ NODE_OPTIONS: "--max-old-space-size=5120" # locally export NODE_OPTIONS=--max-old-space-size=5120
12
12
  MBHome: /home/runner/work/MartyBlocks/MartyBlocks
13
13
  mblib: /home/runner/work/MartyBlocks/MartyBlocks/marty-blocks-lib/
14
14
  REPLACEMENTS: /home/runner/work/MartyBlocks/MartyBlocks/marty-blocks-lib/replacements
@@ -58,6 +58,11 @@ jobs:
58
58
  cd ${{ env.mblib }}
59
59
  npm install
60
60
 
61
+ - name: setting production environments
62
+ run: |
63
+ cd ${{ env.mblib }}
64
+ npx node set-production.js
65
+
61
66
  - name: Link repositories
62
67
  run: |
63
68
  cd ${{ env.mblib }} && npm link