1
0
mirror of synced 2026-04-02 05:00:47 +00:00

build(package): minor improvements to the package

This commit is contained in:
Jason Dreyzehner
2017-02-17 02:22:52 -05:00
parent 3577caa045
commit 56a848f981
4 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"info": "npm-scripts-info",
"build": "trash build && tsc -p tsconfig.json && tsc -p config/tsconfig-module.json",
"build": "trash build && tsc -p tsconfig.json && tsc -p config/tsconfig.module.json",
"lint": "tslint src/**/*.ts",
"unit": "yarn build && nyc ava",
"check-coverage": "nyc check-coverage --lines 100 --functions 100 --branches 100",