Skip to content

Commit

Permalink
refactor: commands
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed May 4, 2023
1 parent 1f906a8 commit ebbdf3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"test": "nx run-many --target test --all --output-style=stream --parallel=1",
"prettier": "prettier '**/*.{svg,yml,js,ts,html,md,less,json}'",
"*** CI ***": "",
"affected:test:libs": "nx affected --target test --output-style=stream",
"affected:build:libs": "nx affected --target build --output-style=stream",
"run-many:build:libs": "nx run-many --target build --all --output-style=stream",
"run-many:publish:libs": "nx run-many --target publish --all --output-style=stream"
"affected:test:libs": "nx affected --target test --exclude $(nx affected:apps --plain) --output-style=stream",
"affected:build:libs": "nx affected --target build --exclude $(nx affected:apps --plain) --output-style=stream",
"run-many:build:libs": "nx run-many --target build --all --exclude $(nx affected:apps --plain) --output-style=stream",
"run-many:publish:libs": "nx run-many --target publish --all --exclude $(nx affected:apps --plain) --output-style=stream"
},
"lint-staged": {
"*.{js,ts,html,md,less,json}": [
Expand Down

0 comments on commit ebbdf3f

Please sign in to comment.