From 6f2ea77d1625865086156b81a94a019175d845ab Mon Sep 17 00:00:00 2001 From: Juho Vepsalainen Date: Sun, 12 Feb 2017 13:39:14 +0200 Subject: [PATCH] Add helper scripts --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f344130..ff67632a 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,15 @@ "description": "SurviveJS - React", "author": "Juho Vepsalainen ", "scripts": { + "publish:silent": "leanpub-cli publish-silent survivejs-react", + "preview": "leanpub-cli preview survivejs-react", + "job-status": "leanpub-cli job-status survivejs-react", "test": "check-markdown-links manuscript" }, "dependencies": {}, "devDependencies": { - "check-markdown-links": "^0.1.1" + "check-markdown-links": "^0.1.1", + "leanpub-cli": "^0.2.0" }, "repository": { "type": "git",