chore: setup ci workflow
Some checks failed
Publish package / build_and_publish (push) Failing after 20s
Some checks failed
Publish package / build_and_publish (push) Failing after 20s
update workflows update workflows update workflows update workflows update config add cog config
This commit is contained in:
parent
cf0b4011d1
commit
87eed844f4
8 changed files with 95 additions and 9 deletions
11
package.json
11
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,11 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun --filter '*' dev"
|
||||
"dev": "bun --filter '*' dev",
|
||||
"ci:publish": "bun --filter '**/core' ci:publish"
|
||||
},
|
||||
"type": "module",
|
||||
"workspaces": ["packages/*"]
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue