chore: components tests

This commit is contained in:
Mo
2022-06-14 09:19:52 -05:00
parent df47d5aa45
commit 90bc02e8b8
5 changed files with 3 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
},
"scripts": {
"build": "echo BUILDING COMPONENTS && yarn workspaces foreach --parallel run build",
"test": "yarn workspaces foreach --parallel run test",
"lint": "yarn workspaces foreach --parallel run lint",
"version": "node scripts/package-components.mjs && git add dist && git commit -m 'chore(release): components'"
},