chore: setup ci workflow
Some checks failed
Publish package / build_and_publish (push) Failing after 19s
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:
parent
cf0b4011d1
commit
3ed0a30b71
8 changed files with 107 additions and 10 deletions
12
package.json
12
package.json
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"name": "mini-strap",
|
||||
"name": "@alecodes/mini-strap",
|
||||
"version": "0.0.1",
|
||||
"module": "index.ts",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.10.0",
|
||||
"@types/bun": "latest",
|
||||
|
|
@ -14,8 +16,12 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun --filter '*' dev"
|
||||
"dev": "bun --filter '*' dev",
|
||||
"ci:publish": "bun --filter '**/core' ci:publish",
|
||||
"bump": "cog bump --auto --skip-untracked"
|
||||
},
|
||||
"type": "module",
|
||||
"workspaces": ["packages/*"]
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue