Skip to content

Commit c0e1024

Browse files
committed
fix deploy
1 parent 84870c3 commit c0e1024

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 --bundleConfigAsCjs",
77
"watch": "rollup -c -w",
8-
"deploy": "aws s3 cp build/tt.js.gz s3://tiny-tag/tt.js --content-encoding gzip --content-type application/javascript && aws s3 cp build/tt-rudder-compat.js.gz s3://tiny-tag/tt-rudder-compat.js --content-encoding gzip --content-type application/javascript",
8+
"deploy": "aws s3 cp build/tt.js.gz s3://tiny-tag/tt.js --content-encoding gzip --content-type application/javascript && aws s3 cp build/tt-rudder-compat.js.gz s3://tinytag/tt-rudder-compat.js --content-encoding gzip --content-type application/javascript",
99
"release": "npm run build && gzip -9 -c build/tt.js > build/tt.js.gz && gzip -9 -c build/tt-rudder-compat.js > build/tt-rudder-compat.js.gz && npm run deploy",
1010
"test": "jest",
1111
"test:coverage": "jest --coverage"

0 commit comments

Comments
 (0)