Skip to content

Commit

Permalink
Clean lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Jul 17, 2024
1 parent b9afe94 commit c2a00e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: Publish ts
run: |
cd generated/typescript
npm run release
npm publish --access=public
4 changes: 0 additions & 4 deletions template/ts/files/lerna.json

This file was deleted.

11 changes: 3 additions & 8 deletions template/ts/files/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "@helixbridge/helixconf",
"version": "0.0.4",
"version": "0.0.7",
"description": "Helix conf",
"main": "dist/src/index.js",
"workspaces": [
"."
],
"publishConfig": {
"access": "public"
},
Expand All @@ -19,8 +16,7 @@
"homepage": "https://github.com/helix-bridge/helixconf",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "jest",
"release": "lerna publish from-package --yes --no-private --no-verify-access"
"test": "jest"
},
"author": "HelixBridge",
"license": "MIT",
Expand All @@ -29,7 +25,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"lerna": "^8.1.6"
"typescript": "^5.5.3"
}
}

0 comments on commit c2a00e6

Please sign in to comment.