From b9d4c5c2a6aa8c9c0596e98cfe9b8ea093e7423f Mon Sep 17 00:00:00 2001 From: blurymind Date: Mon, 11 Nov 2019 18:36:02 +0000 Subject: [PATCH] add build and serve commands --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 086cd296..6b1a0352 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,13 @@ "main": "./dest/prod/index.html", "scripts": { "test": "grunt test", + "dev": "grunt serve", "start": "nw", "preversion": "grunt test build", "postversion": "git push && git push --tags && npm publish", - "release": "grunt && node ./bin/copy-to-piskel-website" + "release": "grunt && node ./bin/copy-to-piskel-website", + "build": "grunt desktop", + "build:mac": "grunt desktop-mac" }, "devDependencies": { "dateformat": "2.0.0",