Add root pack-web command

This commit is contained in:
willclarktech 2021-04-28 14:11:02 +02:00
parent cc892e9be5
commit b3a5ca85ce
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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",