Skip to content

Commit e4cfb98

Browse files
committed
Only perform clean build when about to pack
1 parent 9f7bebe commit e4cfb98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pluggable-widgets-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pluggable-widgets-tools": "bin/mx-scripts.js"
1212
},
1313
"scripts": {
14-
"prepare": "shx rm -rf dist && tsc",
14+
"prepack": "shx rm -rf dist && tsc",
1515
"test": "jest"
1616
},
1717
"files": [

0 commit comments

Comments
 (0)