Skip to content

Commit

Permalink
build: package.json tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
unleashit committed Mar 23, 2019
1 parent 7c1a564 commit 7c1409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"start": "lerna run --parallel start",
"start:build": "yarn run build && yarn start",
"build": "lerna run --stream --concurrency 1 build",
"build": "NODE_ENV=production lerna run --stream --concurrency 1 build",
"build:pagination": "lerna run build --scope=@unleashit/pagination",
"test": "lerna run --stream --concurrency 1 test",
"test:watch": "lerna run --stream test:watch",
Expand Down

0 comments on commit 7c1409b

Please sign in to comment.