Skip to content

Commit 1bfd06a

Browse files
committed
fix: simplify build script in package.json
1 parent ff53d7c commit 1bfd06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/barcode-generator-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"branchName": "barcode-generator-web"
2828
},
2929
"scripts": {
30-
"build": "cross-env MPKOUTPUT=BarcodeGenerator.mpk pluggable-widgets-tools build:web",
30+
"build": "pluggable-widgets-tools build:web",
3131
"create-gh-release": "rui-create-gh-release",
3232
"create-translation": "rui-create-translation",
3333
"dev": "cross-env MPKOUTPUT=BarcodeGenerator.mpk pluggable-widgets-tools start:web",

0 commit comments

Comments
 (0)