This commit is contained in:
parent
cf0b4011d1
commit
0bca967960
4 changed files with 14 additions and 2 deletions
6
.forgejo/workflows/publish.yaml
Normal file
6
.forgejo/workflows/publish.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
||||||
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
3
bunfig.toml
Normal file
3
bunfig.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[install.scopes]
|
||||||
|
|
||||||
|
"@alecodes" = { token = "$NPM_REGISTRY_TOKEN", url = "https://git.alecodes.page/api/packages/alecodes/npm/" }
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mini-strap",
|
"name": "@alecodes/mini-strap",
|
||||||
|
"version": "0.0.1",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.10.0",
|
"@eslint/js": "^9.10.0",
|
||||||
|
|
@ -17,5 +18,7 @@
|
||||||
"dev": "bun --filter '*' dev"
|
"dev": "bun --filter '*' dev"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"workspaces": ["packages/*"]
|
"workspaces": [
|
||||||
|
"packages/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue