Skip to content

Commit

Permalink
chore: #121 update npm commands to only run in changed packages (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
trankhacvy authored Jan 31, 2020
1 parent 0c73e88 commit 6f0b86c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "root",
"private": true,
"scripts": {
"build": "lerna run build:prod --parallel",
"test": "lerna run test:ci --parallel",
"build": "lerna run build:prod --since origin/master --parallel",
"test": "lerna run test:ci --since origin/master --parallel",
"lint": "eslint --ext=jsx,ts,tsx packages --fix",
"fetch-config": "yarn config-manager getSecret reapit-marketplace-app-config",
"release:dev": "lerna run release:dev --parallel"
"release:dev": "lerna run release:dev --since origin/master --parallel"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
Expand Down

0 comments on commit 6f0b86c

Please sign in to comment.