File tree Expand file tree Collapse file tree 5 files changed +30
-0
lines changed
Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 2727 },
2828 "lint" : {
2929 "executor" : " @nx/eslint:lint"
30+ },
31+ "publish-next" : {
32+ "command" : " npm publish --tag=next" ,
33+ "options" : {
34+ "cwd" : " {workspaceRoot}/dist/{projectRoot}"
35+ }
3036 }
3137 }
3238}
Original file line number Diff line number Diff line change 2828 "lint" : {
2929 "executor" : " @nx/eslint:lint" ,
3030 "outputs" : [" {options.outputFile}" ]
31+ },
32+ "publish-next" : {
33+ "command" : " npm publish --tag=next" ,
34+ "options" : {
35+ "cwd" : " {workspaceRoot}/dist/{projectRoot}"
36+ }
3137 }
3238 }
3339}
Original file line number Diff line number Diff line change 2727 },
2828 "lint" : {
2929 "executor" : " @nx/eslint:lint"
30+ },
31+ "publish-next" : {
32+ "command" : " npm publish --tag=next" ,
33+ "options" : {
34+ "cwd" : " {workspaceRoot}/dist/{projectRoot}"
35+ }
3036 }
3137 }
3238}
Original file line number Diff line number Diff line change 2727 },
2828 "lint" : {
2929 "executor" : " @nx/eslint:lint"
30+ },
31+ "publish-next" : {
32+ "command" : " npm publish --tag=next" ,
33+ "options" : {
34+ "cwd" : " {workspaceRoot}/dist/{projectRoot}"
35+ }
3036 }
3137 }
3238}
Original file line number Diff line number Diff line change 6464 "buildTarget" : " soba:build-storybook:ci"
6565 }
6666 }
67+ },
68+ "publish-next" : {
69+ "command" : " npm publish --tag=next" ,
70+ "options" : {
71+ "cwd" : " {workspaceRoot}/dist/{projectRoot}"
72+ }
6773 }
6874 }
6975}
You can’t perform that action at this time.
0 commit comments