Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed Jun 11, 2019
1 parent 48cefcf commit 49682c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@
"scripts": {
"build": "father build && tsc",
"build:site": "npm run build && father doc build",
"dist": "father doc build",
"gh-pages": "npm run dist && father doc deploy",
"gh-pages": "father doc deploy",
"start": "father doc dev",
"lint": "tslint --project ./tsconfig.json -c ./tslint.json --fix",
"dev": "father doc dev",
"test": "father test",
"pub": "npm run build:site && npm publish",
"pub": "npm run build:site && npm run gh-pages && npm publish",
"coverage": "father test --coverage"
},
"dependencies": {
Expand Down

0 comments on commit 49682c4

Please sign in to comment.