File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
libs/providers/go-feature-flag Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 1919 "copy-wasm" : {
2020 "executor" : " nx:run-commands" ,
2121 "options" : {
22- "commands" : [
23- " node scripts/copy-latest-wasm.js"
24- ],
22+ "commands" : [" node scripts/copy-latest-wasm.js" ],
2523 "cwd" : " libs/providers/go-feature-flag" ,
2624 "parallel" : false
2725 }
2826 },
2927 "lint" : {
3028 "executor" : " @nx/eslint:lint" ,
31- "outputs" : [
32- " {options.outputFile}"
33- ]
29+ "outputs" : [" {options.outputFile}" ]
3430 },
3531 "test" : {
3632 "executor" : " @nx/jest:jest" ,
37- "outputs" : [
38- " {workspaceRoot}/coverage/libs/providers/go-feature-flag"
39- ],
33+ "outputs" : [" {workspaceRoot}/coverage/libs/providers/go-feature-flag" ],
4034 "options" : {
4135 "jestConfig" : " libs/providers/go-feature-flag/jest.config.ts"
4236 },
4842 },
4943 "package" : {
5044 "executor" : " @nx/rollup:rollup" ,
51- "outputs" : [
52- " {options.outputPath}"
53- ],
45+ "outputs" : [" {options.outputPath}" ],
5446 "dependsOn" : [
5547 {
5648 "target" : " copy-wasm"
6557 "generateExportsField" : true ,
6658 "umdName" : " go-feature-flag" ,
6759 "external" : " all" ,
68- "format" : [
69- " cjs" ,
70- " esm"
71- ],
60+ "format" : [" cjs" , " esm" ],
7261 "assets" : [
7362 {
7463 "glob" : " package.json" ,
9079 }
9180 },
9281 "tags" : []
93- }
82+ }
You can’t perform that action at this time.
0 commit comments