Skip to content

Commit 0dd5785

Browse files
authored
Allow auto publish for batch libraries (Azure#11996)
1 parent 1e47613 commit 0dd5785

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk/batch/arm-batch/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@
6262
"prepack": "npm install && npm run build",
6363
"test": "mocha -r esm --require ts-node/register test/*.spec.ts --timeout 1200000 --full-trace"
6464
},
65-
"sideEffects": false
65+
"sideEffects": false,
66+
"autoPublish": true
6667
}

sdk/batch/batch/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
"prepack": "npm install && npm run build",
7777
"test": "mocha -r esm --require ts-node/register test/*.spec.ts --timeout 1200000 --full-trace"
7878
},
79-
"sideEffects": false
79+
"sideEffects": false,
80+
"autoPublish": true
8081
}

0 commit comments

Comments
 (0)