forked from ngrx/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ngrx/master
docs(example-app): Update example-app url (#336)
- Loading branch information
Showing
2 changed files
with
8 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
"example:start": "yarn run build && yarn run cli -- serve", | ||
"example:start:aot": "yarn run build && yarn run cli -- serve --aot", | ||
"example:test": "yarn run cli -- test --code-coverage", | ||
"example:build:prod": "yarn build && yarn cli -- build --aot -prod --base-href \"/platform/example-app/\" --output-path \"./example-dist/example-app\"", | ||
"ci": "yarn run build && yarn run test && nyc report --reporter=text-lcov | coveralls", | ||
"prettier": "prettier --parser typescript --single-quote --trailing-comma es5 --write \"./**/*.ts\"", | ||
"watch:tests": "chokidar 'modules/**/*.ts' --initial -c 'nyc --reporter=text --reporter=html yarn run test:unit'", | ||
|
@@ -23,30 +24,16 @@ | |
"release": "lerna publish --skip-npm --conventional-commits && npm run build" | ||
}, | ||
"lint-staged": { | ||
"*.ts": [ | ||
"yarn prettier", | ||
"git add" | ||
] | ||
"*.ts": ["yarn prettier", "git add"] | ||
}, | ||
"keywords": [ | ||
"ngrx", | ||
"angular", | ||
"rxjs" | ||
], | ||
"keywords": ["ngrx", "angular", "rxjs"], | ||
"author": "Rob Wormald <[email protected]>", | ||
"license": "MIT", | ||
"repository": {}, | ||
"nyc": { | ||
"extension": [ | ||
".ts" | ||
], | ||
"exclude": [ | ||
"**/*.spec", | ||
"**/spec/**/*" | ||
], | ||
"include": [ | ||
"**/*.ts" | ||
] | ||
"extension": [".ts"], | ||
"exclude": ["**/*.spec", "**/spec/**/*"], | ||
"include": ["**/*.ts"] | ||
}, | ||
"devDependencies": { | ||
"@angular/animations": "^4.2.0", | ||
|
@@ -120,4 +107,4 @@ | |
"url": "https://opencollective.com/ngrx", | ||
"logo": "https://opencollective.com/opencollective/logo.txt" | ||
} | ||
} | ||
} |