diff --git a/package.json b/package.json index a9d746a..dfdf0e4 100755 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "scripts": { "watch": "node-sass -w sass -o temp", - "release": "yarn lint && yarn build:prod && yarn generate", + "release": "yarn lint && yarn build:prod && yarn generate && yarn version", "generate": "node generate.js", "build:dev": "node-sass sass -o temp --output-style compact", "build:prod": "node-sass sass -o css -q --output-style compact",