chore: setup workspace scripts

This commit is contained in:
fryorcraken.eth 2022-10-30 21:16:02 +11:00
parent dc4089a1dd
commit 7cc7439ed6
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,13 @@
"packages/*"
],
"scripts": {
"prepare": "husky install"
"prepare": "husky install",
"build": "lerna run build",
"size": "lerna run size",
"fix": "lerna run fix",
"test": "lerna run test",
"proto": "lerna run proto",
"doc": "lerna run doc"
},
"devDependencies": {
"husky": "^8.0.1",