update config
All checks were successful
/ test (push) Successful in 34s

This commit is contained in:
Alexander Navarro 2024-10-23 12:55:26 -03:00
parent cf0b4011d1
commit 0bca967960
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
4 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

BIN
bun.lockb

Binary file not shown.

3
bunfig.toml Normal file
View file

@ -0,0 +1,3 @@
[install.scopes]
"@alecodes" = { token = "$NPM_REGISTRY_TOKEN", url = "https://git.alecodes.page/api/packages/alecodes/npm/" }

View file

@ -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/*"
]
} }