From 6e3ca352dfc88ff067384d74a3dd862c00b7627c Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Tue, 28 Jun 2022 17:17:39 +0200 Subject: [PATCH] feat: add postbump lifecycle to include proper version in rappli dist --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 164e33d..0163801 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,10 @@ "solid-start-node": "next", "unplugin-icons": "^0.14.6", "vite": "^2.9.13" + }, + "standard-version": { + "scripts": { + "postbump": "npm run build" + } } }