Skip to content

Commit

Permalink
fix: fix config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 7, 2020
1 parent 5ef655c commit 347858a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"scripts": {
"ng": "./node_modules/.bin/ng",
"start": "yarn ng serve",
"build": "yarn ng build --max_old_space_size=4096",
"build:ci": "yarn ng build --prod --max_old_space_size=4096",
"build": "yarn ng build",
"build:ci": "yarn ng build --prod",
"build:stats": "yarn ng build --stats-json",
"analyze": "webpack-bundle-analyzer dist/ledge/stats-es2015.json",
"test": "yarn ng test",
Expand Down

0 comments on commit 347858a

Please sign in to comment.