Skip to content

Commit ffb66ce

Browse files
committed
chore: changed compile task
1 parent 3ff7aaf commit ffb66ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"scripts": {
1313
"clean": "nx run-many -t clean",
1414
"version:update": "nx run-many -t version:update",
15-
"compile": "nx run-many -t compile",
16-
"compile:ci:affected": "nx affected -t compile",
1715
"list:affected": "nx affected -t test-all-versions --graph=stdout | jq -c '.tasks.tasks[].target.project'",
16+
"compile": "nx run-many -t compile",
17+
"compile:ci:affected": "npm --loglevel=silent run list:affected | xargs -I {} -t nx run-many -t compile -p {}",
1818
"test": "nx run-many -t test",
1919
"test:ci:affected": "nx affected -t test",
2020
"test:browser": "nx run-many -t test:browser",

0 commit comments

Comments
 (0)