File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
libs/providers/rocketflag Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 2323 },
2424 "test" : {
2525 "executor" : " @nx/jest:jest" ,
26- "outputs" : [
27- " {workspaceRoot}/coverage/{projectRoot}"
28- ],
26+ "outputs" : [" {workspaceRoot}/coverage/{projectRoot}" ],
2927 "options" : {
3028 "jestConfig" : " {projectRoot}/jest.config.ts"
3129 }
3230 },
3331 "package" : {
3432 "executor" : " @nx/rollup:rollup" ,
35- "outputs" : [
36- " {options.outputPath}"
37- ],
33+ "outputs" : [" {options.outputPath}" ],
3834 "options" : {
3935 "project" : " libs/providers/rocketflag/package.json" ,
4036 "outputPath" : " dist/libs/providers/rocketflag" ,
4440 "generateExportsField" : true ,
4541 "umdName" : " RocketFlag" ,
4642 "external" : " all" ,
47- "format" : [
48- " cjs" ,
49- " esm"
50- ],
43+ "format" : [" cjs" , " esm" ],
5144 "assets" : [
5245 {
5346 "glob" : " package.json" ,
You can’t perform that action at this time.
0 commit comments