chore: setup ci workflow
All checks were successful
Publish package / build_and_publish (push) Successful in 19s
All checks were successful
Publish package / build_and_publish (push) Successful in 19s
update workflows update workflows update workflows update workflows update config add cog config
This commit is contained in:
parent
cf0b4011d1
commit
c1c1cdb7c5
8 changed files with 108 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue