Skip to content

Commit 7ff28b9

Browse files
author
Jannik Stehle
committed
chore: add root build command
1 parent 55179cb commit 7ff28b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"homepage": "https://github.com/owncloud/web-extensions",
99
"type": "module",
1010
"scripts": {
11+
"build": "pnpm -r build",
12+
"build:w": "pnpm -r build:w",
1113
"check:types": "pnpm -r check:types",
1214
"lint": "eslint 'packages/**/*.{js,ts,vue}' --color",
1315
"test:unit": "pnpm -r test:unit",

0 commit comments

Comments
 (0)