Skip to content

Commit 1465867

Browse files
committed
test deploy script
1 parent fb07fc5 commit 1465867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "rollup -c",
77
"watch": "rollup -c -w",
8-
"deploy": "aws s3 cp build/tt.js s3://your-bucket-name/tinytag/tt.js --acl public-read",
8+
"deploy": "aws s3 cp build/tt.js s3://tiny-tag/tt.js --acl public-read",
99
"release": "npm run build && npm run deploy",
1010
"test": "jest",
1111
"test:coverage": "jest --coverage"

0 commit comments

Comments
 (0)