From 2e34a5ef4fa588107604a80cec86ff354a8e74a8 Mon Sep 17 00:00:00 2001 From: Drake Costa Date: Mon, 16 Mar 2020 04:44:30 -0700 Subject: [PATCH] Update Scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 355e770..89bfb4b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "test:watch": "jest -c ./jest.config.js --watch", "test:coverage": "jest -c ./jest.config.js && codecov", "precommit": "lint-staged", - "release": "pika publish" + "release": "pika publish", + "version": "npm run build" }, "dependencies": { "@hapi/joi": "^15.0.0",