Skip to content

Commit bc7fd94

Browse files
committed
chore: add build and test commands to root package.json
1 parent 870f202 commit bc7fd94

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"type": "module",
33
"scripts": {
4-
"prepare": "husky"
4+
"prepare": "husky",
5+
"build": "turbo build",
6+
"test": "turbo test"
57
},
68
"devDependencies": {
79
"@commitlint/cli": "^19.2.1",

0 commit comments

Comments
 (0)