File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 "serve:prs:react" : " nx run react-prs:serve:development" ,
1111 "serve:prs:angular" : " nx run angular-prs:serve:development" ,
1212 "dev:watch" : " vite build --watch libs/web-components" ,
13- "build" : " nx affected --base=dev -t build --exclude=apps/*" ,
14- "build:prod" : " nx run-many -t build --all --prod --exclude=apps/*" ,
13+ "build" : " nx affected --base=dev -t build --exclude=apps/dev/**/ *" ,
14+ "build:prod" : " nx run-many -t build --all --prod --exclude=apps/dev/**/ *" ,
1515 "build:vscode-doc" : " node libs/web-components/custom-element-manifest-analyze.js" ,
1616 "pretest:pr" : " npx nx run common:build && npx nx run web-components:build && npx nx run react-components:build" ,
1717 "test:pr" : " vitest --run --project=*-unit && vitest --run --project=*-headless && nx test angular-components" ,
You can’t perform that action at this time.
0 commit comments