Skip to content

Commit 2ff4f78

Browse files
committed
logging output for deploy
1 parent d305192 commit 2ff4f78

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
@@ -6,7 +6,7 @@
66
"build": "rollup -c --bundleConfigAsCjs",
77
"watch": "rollup -c -w",
88
"deploy": "aws s3 cp build/tt.js.gz s3://tiny-tag/tt.js --content-encoding gzip && aws s3 cp build/tt-rudder-compat.js.gz s3://tiny-tag/tt-rudder-compat.js --content-encoding gzip",
9-
"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",
9+
"release": "npm run build && ls -l 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"
1212
},

0 commit comments

Comments
 (0)