From 49682c4536331238b50dec1df65b00b8970679b2 Mon Sep 17 00:00:00 2001 From: jljsj Date: Tue, 11 Jun 2019 17:45:09 +0800 Subject: [PATCH] update package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 21e234a..18331de 100644 --- a/package.json +++ b/package.json @@ -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": {