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

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 1b7f92a120
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-core",
"name": "@mini-strap/core",
"version": "0.0.1",
"module": "src/style.scss",
"type": "module",
"scripts": {
"ci:publish": "bun publish --production --frozen-lockfile --silent"
},
"devDependencies": {
"@types/bun": "latest"
},
@ -9,4 +13,3 @@
"typescript": "^5.0.0"
}
}