Skip to content

Commit

Permalink
chore: 🔧 configure command for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSchulerPiletti committed Nov 14, 2023
1 parent 2344782 commit 201e254
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
@@ -1,7 +1,7 @@
{
"name": "nuxt-excalidraw",
"type": "module",
"version": "1.0.0",
"version": "0.0.0",
"description": "Nuxt Excalidraw allow you to use the amazing React library Excalidraw inside your Nuxt 3 application.",
"author": "Angelo Schuler Piletti <angelopiletti@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "pnpm run lint && release-it major --preRelease=beta && pnpm run prepack && pnpm publish",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"stackblitz": "npm run dev"
Expand Down

0 comments on commit 201e254

Please sign in to comment.