diff options
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index fd777d2..d5b3084 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,8 @@ "typings": "./svg.js.d.ts", "scripts": { "build": "gulp", - "test": "karma start .config/karma.conf.js --single-run" + "test": "karma start .config/karma.conf.js --single-run", + "version": "npm run build && git add -A dist" }, "devDependencies": { "del": "^2.2.0", |