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": {