diff --git a/package.json b/package.json index 3b7f50c4..8521623c 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall", "build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js", + "build-prod": "parcel build js/index.js -d static/assets --public-url $CDN_URL -o index.js", "test": "jest", "test:coverage": "jest --coverage --collectCoverageFrom='js/**/*.js'", "test:watch": "jest --watch --no-cache" diff --git a/templates/about.html b/templates/about.html index b7ebce79..6e24b662 100644 --- a/templates/about.html +++ b/templates/about.html @@ -6,7 +6,8 @@
Here’s an example:
Application A has a development environment, production environment, and sandbox environment. The cloud resources in the development environment are grouped and accessed separately from the production environment and sandbox environment.