Release 1.5.13

This commit is contained in:
nvms 2024-09-24 14:10:35 -04:00
parent dcacf3f988
commit e6d198ddc4

View File

@ -12,7 +12,7 @@
"build:packages:2d": "tsup src/packages/2d/index.ts --format cjs,esm --dts --minify --clean --out-dir dist/packages/2d", "build:packages:2d": "tsup src/packages/2d/index.ts --format cjs,esm --dts --minify --clean --out-dir dist/packages/2d",
"test": "bun src/tests/index.ts", "test": "bun src/tests/index.ts",
"test:watch": "nodemon --watch src --watch tests --exec \"clear && pnpm run test\" --ext ts", "test:watch": "nodemon --watch src --watch tests --exec \"clear && pnpm run test\" --ext ts",
"release": "bumpp package.json --commit 'Release %s' --push --tag --no-git-checks && pnpm publish --access public", "release": "bumpp package.json --commit 'Release %s' --push --tag && pnpm publish --access public --no-git-checks",
"serve": "esr --serve src/demo.ts" "serve": "esr --serve src/demo.ts"
}, },
"exports": { "exports": {