Skip to content

Commit d9716ee

Browse files
authored
chore: add roll up to publish cjs (#38)
* chore: add roll up to publish cjs * change type to commonjs * try to use safely-retry as local file * Update common.ts
1 parent 1743e9a commit d9716ee

17 files changed

+2192
-81
lines changed

nx.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"]
1414
},
15-
"neverConnectToCloud": true, // "nxCloudId": "67a30ce4ea3bd11b2aacdd63",
15+
"neverConnectToCloud": true,
1616
"plugins": [
1717
{
1818
"plugin": "@nx/js/typescript",
@@ -47,6 +47,14 @@
4747
"buildDepsTargetName": "build-deps",
4848
"watchDepsTargetName": "watch-deps"
4949
}
50+
},
51+
{
52+
"plugin": "@nx/rollup/plugin",
53+
"options": {
54+
"buildTargetName": "build",
55+
"buildDepsTargetName": "build-deps",
56+
"watchDepsTargetName": "watch-deps"
57+
}
5058
}
5159
],
5260
"release": {

0 commit comments

Comments
 (0)