From 248e2d0cac1d438d41ba364751df4624e8bf3c28 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Tue, 16 Apr 2024 11:07:49 +0200 Subject: [PATCH] ci: fix script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59e5302..1040733 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "serve": "vite", "build": "vite build", "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src", - "prepack": "npm run build-lib", + "prepack": "npm run build", "release": "changeset publish" }, "main": "dist/spex.js",