generated from alecodes/base-template
chore: add build step
Some checks failed
Publish package / build_and_publish (push) Failing after 20s
Some checks failed
Publish package / build_and_publish (push) Failing after 20s
This commit is contained in:
parent
8ef4d8408c
commit
74d0f81a6c
3 changed files with 56 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue