diff --git a/public/docs/_examples/.gitignore b/public/docs/_examples/.gitignore index 3d007625ef..c1d5403c98 100644 --- a/public/docs/_examples/.gitignore +++ b/public/docs/_examples/.gitignore @@ -5,7 +5,7 @@ karma-test-shim.js package.json */**/styles.css systemjs.config.js -tsconfig.json +*/**/tsconfig.json tslint.json wallaby.js diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index 789fcaaa7d..62d32a8a06 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -4,6 +4,7 @@ "private": true, "description": "Master package.json, the superset of all dependencies for all of the _example package.json files. See _boilerplate/package.json for example npm scripts.", "scripts": { + "http-server": "http-server", "protractor": "protractor", "webdriver:update": "webdriver-manager update --standalone false --gecko false" },