File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -354,3 +354,4 @@ thebiggestfile.ts
354
354
355
355
.env
356
356
.env. *
357
+ graph
Original file line number Diff line number Diff line change 6
6
"start" : " nx serve" ,
7
7
"build" : " nx run-many --target=build --all --prod" ,
8
8
"build-dev" : " nx run-many --target=build --all" ,
9
+ "generate-graph" : " mkdir -p graph && nx graph --file=graph/index.html" ,
9
10
"test" : " NODE_OPTIONS=--experimental-vm-modules nx run-many --target=test --all" ,
10
11
"clean-libs" : " echo 'for i in libs/relatex/* libs/rejour/* \\ n do \\ n rm -f $i/yarn.lock && rm -rf $i/node_modules && yarn --cwd $i \\ n done' | bash" ,
11
12
"install-node" : " echo 'for i in libs/relatex/* libs/rejour/* \\ n do \\ n rm -rf $i/node_modules && yarn --cwd $i \\ n done' | bash" ,
You can’t perform that action at this time.
0 commit comments