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 d305192 commit 2ff4f78Copy full SHA for 2ff4f78
package.json
@@ -6,7 +6,7 @@
6
"build": "rollup -c --bundleConfigAsCjs",
7
"watch": "rollup -c -w",
8
"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",
+ "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",
10
"test": "jest",
11
"test:coverage": "jest --coverage"
12
},
0 commit comments