Skip to content

Commit eb7ae56

Browse files
AlexKushnir1AlexKushnir1
AlexKushnir1
authored and
AlexKushnir1
committed
feat: replace lerna with pnpm
1 parent 779581c commit eb7ae56

File tree

5 files changed

+8
-3725
lines changed

5 files changed

+8
-3725
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ node_modules/
33
.near-credentials/
44
coverage
55
**/dist/tsconfig.tsbuildinfo
6-
lerna-debug.log
7-
yarn-error.log
86
.idea
97
package-lock.json

.yarnrc

-1
This file was deleted.

lerna.json

-5
This file was deleted.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:sandbox:ci-with-ignore": "pnpm build && ava __tests__/0* && cd examples/simple-project/ && ava && cd ../../packages/js && ava",
1818
"test": "pnpm test:sandbox && pnpm test:testnet",
1919
"prepare": "husky install",
20-
"release": "pnpm lerna publish",
20+
"release": "pnpm publish",
2121
"release:prerelease": "pnpm release --dist-tag next",
2222
"docs:generate": "typedoc"
2323
},
@@ -29,7 +29,6 @@
2929
"@types/rimraf": "^3.0.1",
3030
"ava": "^4.0.1",
3131
"husky": "^7.0.1",
32-
"lerna": "^5.2.0",
3332
"ts-node": "^10.9.1",
3433
"typedoc": "^0.24",
3534
"typescript": "^4.7.4",

0 commit comments

Comments
 (0)