Skip to content

Commit ee28fc8

Browse files
committed
move deploy dir
1 parent e1d4951 commit ee28fc8

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 s3://tiny-tag/tinytag/tt.js --content-encoding gzip",
8+
"deploy": "aws s3 cp build/tt.js s3://tiny-tag/tt.js --content-encoding gzip",
99
"release": "npm run build && gzip -9 build/tt.js && mv build/tt.js.gz build/tt.js && npm run deploy",
1010
"test": "jest",
1111
"test:coverage": "jest --coverage"

0 commit comments

Comments
 (0)