File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments