Skip to content

Commit dacbe93

Browse files
committed
fix: rebuild with public to npm
1 parent cc7e839 commit dacbe93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libs/feature/files/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"jestConfig": "libs/feature/files/jest.config.ts"
5454
}
5555
},
56-
"skip-semantic-release": {
56+
"semantic-release": {
5757
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
5858
"options": {
5959
"buildTarget": "${PROJECT_NAME}:build",

libs/feature/notifications/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jestConfig": "libs/feature/notifications/jest.config.ts"
6363
}
6464
},
65-
"skip-semantic-release": {
65+
"semantic-release": {
6666
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
6767
"options": {
6868
"buildTarget": "${PROJECT_NAME}:build",

libs/feature/two-factor/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jestConfig": "libs/feature/two-factor/jest.config.ts"
6363
}
6464
},
65-
"skip-semantic-release": {
65+
"semantic-release": {
6666
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
6767
"options": {
6868
"buildTarget": "${PROJECT_NAME}:build",

libs/feature/webhook/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jestConfig": "libs/feature/webhook/jest.config.ts"
6363
}
6464
},
65-
"skip-semantic-release": {
65+
"semantic-release": {
6666
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
6767
"options": {
6868
"buildTarget": "${PROJECT_NAME}:build",

0 commit comments

Comments
 (0)