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 e1d4951 commit ee28fc8Copy full SHA for ee28fc8
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"build": "rollup -c --bundleConfigAsCjs",
7
"watch": "rollup -c -w",
8
- "deploy": "aws s3 cp build/tt.js s3://tiny-tag/tinytag/tt.js --content-encoding gzip",
+ "deploy": "aws s3 cp build/tt.js s3://tiny-tag/tt.js --content-encoding gzip",
9
"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"
0 commit comments