Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 8d39747

Browse files
committed
chore: add prepublish build to package.json
1 parent 8f8b824 commit 8d39747

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"lint": "eslint src",
1111
"lint:fix": "eslint --fix --ext .ts,.tsx src"
1212
},
13+
"prepublishOnly": "yarn build",
1314
"peerDependencies": {
1415
"@aws-sdk/client-s3": "^3.142.0",
1516
"@azure/storage-blob": "^12.11.0",

0 commit comments

Comments
 (0)