From 6cee0d16a4f293a4f6a14e33b381027fe1e96e36 Mon Sep 17 00:00:00 2001 From: Bryan Parker Date: Wed, 1 May 2024 08:32:53 -0500 Subject: [PATCH] Changes build command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f7ed68..f2a248e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vimath", "description": "${npm_package_name} is a library for creating interactive math content in the browser.", "private": false, - "version": "0.0.59", + "version": "0.0.58", "author": "blparker", "license": "ISC", "type": "module", @@ -12,7 +12,7 @@ "preview": "vite preview", "test": "vitest --config vite.config.ts", "docs": "typedoc --out docs --excludePrivate --excludeProtected --excludeInternal --readme README.md src", - "prod:build": "vite build && cp package.json dist && npm version patch && npm publish --access public && git push --follow-tags" + "build:prod": "vite build && cp package.json dist && npm version patch && npm publish --access public && git push --follow-tags" }, "devDependencies": { "jsdom": "^24.0.0",