Skip to content

Commit

Permalink
Changes build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Parker committed May 1, 2024
1 parent 466f317 commit 6cee0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 6cee0d1

Please sign in to comment.