This commit is contained in:
Arnaud 2024-08-30 12:48:26 +02:00
parent fca1bd7259
commit b43de56b19
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"url": "https://github.com/codex-storage/codex-js"
},
"scripts": {
"prepack": "npm run buid",
"prepack": "npm run build",
"prebuild": "rm -Rf dist/*",
"build": "tsup tsup src/index.ts --format esm,cjs --dts --sourcemap",
"compile": "tsc --noEmit",