chore: add build step
Some checks failed
Publish package / build_and_publish (push) Failing after 26s

This commit is contained in:
Alexander Navarro 2025-02-18 16:41:11 -03:00
parent 8ef4d8408c
commit 93dcfd6383
2 changed files with 50 additions and 1 deletions

View file

@ -1,8 +1,12 @@
{
"name": "bun-static-plugin",
"name": "@alecodes/bun-static-builder",
"version": "0.0.0",
"module": "src/index.ts",
"bin": "src/cli.ts",
"type": "module",
"scripts": {
"ci:publish": "bun publish --production --frozen-lockfile --silent"
},
"devDependencies": {
"@mini-strap/core": "^0.1.2",
"@types/bun": "latest",