Skip to content

Commit

Permalink
try like this
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Apr 17, 2024
1 parent 0eace82 commit 4ce34de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
# echo "@infragistics:registry=https://packages.infragistics.com/npm/js-licensed/" >> ~/.npmrc
# echo "//packages.infragistics.com/npm/js-licensed/:_auth=${{ secrets.PROGET_TOKEN }}" >> ~/.npmrc
# echo "//packages.infragistics.com/npm/js-licensed/:always-auth=true" >> ~/.npmrc

- name: set heap size
run: set NODE_OPTIONS=--max-old-space-size=16000
- name: npm ci
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lintBrowser": "eslint ./src/**/*.{ts,tsx} ./src/*.{ts,tsx}",
"lintSamples": "eslint ../samples/**/**/**/*.{ts,tsx} ./templates/**/src/*.{ts,tsx} ",
"start": "gulp updateBrowser && set PORT=4200 && react-app-rewired --max_old_space_size=10240 start",
"build": "gulp updateBrowser && react-app-rewired --max_old_space_size=14860 build",
"build": "gulp updateBrowser && react-app-rewired build",
"host": "set PORT=4200 && react-app-rewired --max_old_space_size=10240 start",
"postbuild": "node tasks/copyWebConfig.js && gulp verifyBuild",
"test": "gulp updateBrowser && react-app-rewired test --env=jsdom",
Expand Down

0 comments on commit 4ce34de

Please sign in to comment.