We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8ad64 commit 4809264Copy full SHA for 4809264
package.json
@@ -5,8 +5,8 @@
5
"scripts": {
6
"build": "rollup -c --bundleConfigAsCjs",
7
"watch": "rollup -c -w",
8
- "deploy": "aws s3 cp build/tt.js s3://tiny-tag/tt.js --acl public-read",
9
- "release": "npm run build && npm run deploy",
+ "deploy": "aws s3 cp build/tt.js s3://tiny-tag/tinytag/tt.js --content-encoding gzip",
+ "release": "npm run build && gzip -9 build/tt.js && mv build/tt.js.gz build/tt.js && npm run deploy",
10
"test": "jest",
11
"test:coverage": "jest --coverage"
12
},
0 commit comments