Skip to content

Commit

Permalink
chore: add roll up to publish cjs (#38)
Browse files Browse the repository at this point in the history
* chore: add roll up to publish cjs

* change type to commonjs

* try to use safely-retry as local file

* Update common.ts
  • Loading branch information
ratchapol-an authored Feb 19, 2025
1 parent 1743e9a commit d9716ee
Show file tree
Hide file tree
Showing 17 changed files with 2,192 additions and 81 deletions.
10 changes: 9 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"]
},
"neverConnectToCloud": true, // "nxCloudId": "67a30ce4ea3bd11b2aacdd63",
"neverConnectToCloud": true,
"plugins": [
{
"plugin": "@nx/js/typescript",
Expand Down Expand Up @@ -47,6 +47,14 @@
"buildDepsTargetName": "build-deps",
"watchDepsTargetName": "watch-deps"
}
},
{
"plugin": "@nx/rollup/plugin",
"options": {
"buildTargetName": "build",
"buildDepsTargetName": "build-deps",
"watchDepsTargetName": "watch-deps"
}
}
],
"release": {
Expand Down
Loading

0 comments on commit d9716ee

Please sign in to comment.