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

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 be962aa7c9
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
8 changed files with 112 additions and 10 deletions

View file

@ -1,12 +1,13 @@
{
"name": "mini-strap-website",
"name": "@mini-strap/website",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"ci:publish": "echo 'no publish workflow defined to this package...'"
},
"devDependencies": {
"sass-embedded": "^1.78.0",