Skip to content

Commit ed0a7a8

Browse files
author
gdgate
authored
Merge pull request #1864 from pbenes/pb-remove-live-heroku
RELATED: FET-1147 Remove heroku postbuild script and add info Reviewed-by: Dan Homola https://github.com/no23reason
2 parents 872a237 + 8851ba5 commit ed0a7a8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,13 @@
189189
"storybook": "yarn build && start-storybook -p 9001 -c .storybook",
190190
"build-storybook": "yarn build && build-storybook -c .storybook -o dist-storybook",
191191
"test-storybook": "yarn build && test-storybook",
192-
"examples?": "# Default is developer domain, other options: yarn examples [sec,secure,stg,stg2,stg3,demo,developer or URL]",
192+
"examples?": "# Default is developer domain, other options: yarn examples [sec,secure,stg,stg2,stg3,demo,developer,public or URL]. Use `yarn examples public` for running against proxy with no auth needed.",
193193
"examples": "bash scripts/run-examples.sh",
194194
"examples-build": "bash scripts/build-examples.sh",
195195
"examples-server": "node examples/server/src/index.js",
196196
"examples-testcafe": "./scripts/run-testcafe.sh visual",
197197
"examples-testcafe-live": "./scripts/run-testcafe.sh live",
198-
"examples-testcafe-ci": "./scripts/run-testcafe.sh ci",
199-
"heroku-postbuild": "yarn examples-build public"
198+
"examples-testcafe-ci": "./scripts/run-testcafe.sh ci"
200199
},
201200
"typings": "dist/index.d.ts",
202201
"husky": {

0 commit comments

Comments
 (0)