Skip to content

Commit

Permalink
feat: replace lerna with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKushnir1 authored and AlexKushnir1 committed Jan 20, 2025
1 parent 779581c commit eb7ae56
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3,725 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ node_modules/
.near-credentials/
coverage
**/dist/tsconfig.tsbuildinfo
lerna-debug.log
yarn-error.log
.idea
package-lock.json
1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

5 changes: 0 additions & 5 deletions lerna.json

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:sandbox:ci-with-ignore": "pnpm build && ava __tests__/0* && cd examples/simple-project/ && ava && cd ../../packages/js && ava",
"test": "pnpm test:sandbox && pnpm test:testnet",
"prepare": "husky install",
"release": "pnpm lerna publish",
"release": "pnpm publish",
"release:prerelease": "pnpm release --dist-tag next",
"docs:generate": "typedoc"
},
Expand All @@ -29,7 +29,6 @@
"@types/rimraf": "^3.0.1",
"ava": "^4.0.1",
"husky": "^7.0.1",
"lerna": "^5.2.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24",
"typescript": "^4.7.4",
Expand Down
Loading

0 comments on commit eb7ae56

Please sign in to comment.