global: get rid of nx

This commit is contained in:
Abdullah Atta
2025-10-08 08:42:00 +05:00
parent e2159b7614
commit 364dccbf7a
35 changed files with 4271 additions and 5378 deletions

View File

@@ -36,7 +36,7 @@
"postbuild": "node scripts/postbuild.mjs",
"prepublishOnly": "npm run build && npm run test",
"postinstall": "patch-package",
"build": "tsup-node src/browser.ts src/node.ts",
"build": "tsdown src/browser.ts src/node.ts",
"watch": "npm run build -- --watch"
},
"license": "GPL-3.0-or-later",