Update root build command

This commit is contained in:
willclarktech 2021-04-28 14:26:14 +02:00
parent 1f10a45150
commit 7c35fd33d4
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -32,7 +32,7 @@
"test-firefox": "lerna run test-firefox",
"test-chrome": "lerna run test-chrome",
"coverage": "yarn workspaces foreach --topological-dev run coverage",
"build": "lerna run build",
"build": "yarn workspaces foreach --topological-dev run build",
"docs": "yarn workspaces foreach --topological-dev run docs",
"pack-web": "yarn workspaces foreach --topological-dev run pack-web"
},