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

Commit dfd41e1

Browse files
add publish config to s3 package
1 parent 72610eb commit dfd41e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/s3-static-assets/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@sls-next/s3-static-assets",
33
"version": "1.0.0",
44
"description": "Handles upload to S3 of next.js static assets",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"main": "dist/index.js",
69
"types": "dist/index.d.ts",
710
"directories": {

0 commit comments

Comments
 (0)