@goodgamestudios/cxf-announcements
Advanced tools
Comparing version 0.19.2-dev.3 to 0.19.2-dev.4
{ | ||
"name": "@goodgamestudios/cxf-announcements", | ||
"version": "0.19.2-dev.3", | ||
"version": "0.19.2-dev.4", | ||
"scripts": { | ||
@@ -20,9 +20,10 @@ "serve:locally": "http-server dist --port 4002", | ||
"--- base scripts ---": "-------------------------------", | ||
"build": " rimraf dist && cross-env parcel build --no-cache --public-url . src/announcements.js", | ||
"build": " rimraf dist && cross-env parcel build --no-cache --public-url . src/announcements.js && npm run build-popup", | ||
"build-popup": "rimraf dist/templates && npm run build-popupEM && npm run build-popupBF && npm run build-popupE4K", | ||
"build-popupEM": "cross-env parcel build src/bigfarm_announcement.html --dist-dir dist/templates --public-url . src/*.html --detailed-report", | ||
"build-popupBF": "cross-env parcel build src/empire_announcement.html --dist-dir dist/templates --public-url . src/*.html --detailed-report", | ||
"build-popupE4K": "cross-env parcel build src/empirefourkingdoms_announcement.html --dist-dir dist/templates --public-url . src/*.html --detailed-report", | ||
"build-popupEM": "cross-env parcel build src/bigfarm_announcement.html --dist-dir dist/templates --public-url . src/bigfarm_announcement.html --detailed-report", | ||
"build-popupBF": "cross-env parcel build src/empire_announcement.html --dist-dir dist/templates --public-url . src/empire_announcement.html --detailed-report", | ||
"build-popupE4K": "cross-env parcel build src/empirefourkingdoms_announcement.html --dist-dir dist/templates --public-url . src/empirefourkingdoms_announcement.html --detailed-report", | ||
"//s3:upload": "cp CHANGELOG.md dist/CHANGELOG.md && cross-env aws s3 cp dist/ s3://cap-announcements-$ENV.ggs-stp.com/announcements --recursive --acl public-read --exclude \"*.html\" && npm run s3:upload:popup", | ||
"s3:upload:popup": "cross-env aws s3 cp dist/templates/ s3://cap-announcements-$ENV.ggs-stp.com/ --recursive --acl public-read --exclude \\\"*.html\\\" && cross-env aws s3 cp dist/templates/ s3://cap-announcements-$ENV.ggs-stp.com/ --recursive --acl public-read --exclude \"*\" --include \"*.html\" --content-type \"text/html; charset=utf-8\" && cross-env sh ./invalidate-cloudfront.sh $ENV", | ||
"invalidate-cache:staging": "sh ./invalidate-cloudfront.sh staging", | ||
"invalidate-cache:production": "sh ./invalidate-cloudfront.sh production", | ||
@@ -29,0 +30,0 @@ "---ci deployment---": "------------------------------", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1631387