chore: test script

This commit is contained in:
Mo
2022-06-14 09:38:06 -05:00
parent 53b730ff18
commit b94268b8e1

View File

@@ -9,7 +9,6 @@
},
"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'"
},