Add root pack-web command

This commit is contained in:
willclarktech
2021-05-18 15:15:53 +02:00
parent cc892e9be5
commit b3a5ca85ce
+2 -1
View File
@@ -33,7 +33,8 @@
"test-chrome": "lerna run test-chrome",
"coverage": "yarn workspaces foreach run coverage",
"build": "lerna run build",
"docs": "yarn workspaces foreach run docs"
"docs": "yarn workspaces foreach run docs",
"pack-web": "yarn workspaces foreach run pack-web"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",