From 0155dda7191ca9fc4da080cd267120106bde03ec Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Wed, 16 Aug 2017 11:44:14 +0300 Subject: [PATCH] chore(package.json): add build & serve sripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 59b1185..c7ea2b7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,9 @@ "url": "git://github.com/localForage/localForage.git" }, "scripts": { + "build": "node -e \"require('').cli()\" null build", "publish-docs": "node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules", + "serve": "node -e \"require('grunt').cli()\" null serve", "test": "node -e \"require('grunt').cli()\" null test" }, "devDependencies": {