Skip to content

Commit

Permalink
chore: init
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinet committed Sep 28, 2024
1 parent 6f8bd3c commit 9a15a4e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
9 changes: 5 additions & 4 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ check:
release:
FROM +build-base
COPY . .
RUN npm config set //registry.npmjs.org/:_authToken=${NPM_ACCESS_TOKEN}
RUN npm version ${APP_VERSION} --no-commit-hooks --no-git-tag-version --allow-same-version
RUN bun run build
RUN bun run release

# RUN npm config set //registry.npmjs.org/:_authToken=${NPM_ACCESS_TOKEN}
# RUN npm version ${APP_VERSION} --no-commit-hooks --no-git-tag-version --allow-same-version
# RUN bun run build
# RUN bun run release

ci-check:
BUILD +check
Expand Down
Binary file removed bun.lockb
Binary file not shown.
2 changes: 0 additions & 2 deletions .bunfig.toml → bunfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ dev = true
peer = true
production = false
frozenLockfile = true
registry = { url = "https://registry.npmjs.org", token = "$NPM_TOKEN"}


[test]
smol = true
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@dorami/monorepo",
"module": "index.ts",
"type": "module",
"version": "0.0.0",
"version": "0.0.2",
"private": true,
"workspaces": [
"packages/*",
Expand All @@ -26,6 +26,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@jsdevtools/npm-publish": "^3.1.1",
"@types/bun": "latest",
"@types/fs-extra": "^11.0.4",
"@typescript-eslint/eslint-plugin": "^8.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dorami/lang",
"version": "0.0.0",
"version": "0.0.2",
"main": "./src/index.ts",
"module": "./src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -42,4 +42,4 @@
"node": ">=20.17.0",
"bun": ">=1"
}
}
}

0 comments on commit 9a15a4e

Please sign in to comment.