chore: setup ci workflow
Some checks failed
Publish package / build_and_publish (push) Failing after 4s

update workflows

update workflows

update workflows

update workflows

update config

add cog config
This commit is contained in:
Alexander Navarro 2024-10-23 12:55:26 -03:00
parent cf0b4011d1
commit dd55e84270
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
8 changed files with 114 additions and 10 deletions

View file

@ -1,7 +1,11 @@
{
"name": "mini-strap-components",
"name": "@mini-strap/components",
"version": "0.0.1",
"module": "src/components.scss",
"type": "module",
"scripts": {
"ci:publish": "bun publish --production --frozen-lockfile"
},
"devDependencies": {
"@types/bun": "latest"
},
@ -9,4 +13,3 @@
"typescript": "^5.0.0"
}
}