Skip to content

Commit

Permalink
refactor: 🖊 Updated package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
oyedejioyewole committed May 11, 2024
1 parent 133f788 commit e44819a
Show file tree
Hide file tree
Showing 3 changed files with 9,523 additions and 6,695 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "nuxt-phosphor-icons",
"version": "1.2.4",
"description": "A simple wrapper for @phosphor-icons/vue in nuxt",
"description": "An easier way of using @phosphor-icons/vue in your Nuxt project!",
"repository": {
"type": "git",
"url": "git+https://github.com/OyewoleOyedeji/nuxt-phosphor-icons.git"
"url": "git+https://github.com/oyedejioyewole/nuxt-phosphor-icons.git"
},
"license": "MIT",
"type": "module",
Expand All @@ -24,14 +24,13 @@
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs && nuxi prepare playground",
"docs:build": "pnpm --filter docs build",
"docs:dev": "pnpm --filter docs dev",
"lint": "eslint . --fix",
"playground:build": "pnpm --filter playground build",
"playground:dev": "pnpm --filter playground dev",
"playground:generate": "pnpm --filter playground generate",
"prepack": "nuxt-module-build build",
"release:major": "pnpm lint && pnpm prepack && changelogen --release --major --output docs/content/release-notes.md && git push --follow-tags",
"release:minor": "pnpm lint && pnpm prepack && changelogen --release --minor --output docs/content/release-notes.md && git push --follow-tags",
"release:patch": "pnpm lint && pnpm prepack && changelogen --release --patch --output docs/content/release-notes.md && git push --follow-tags"
"release:major": "pnpm prepack && changelogen --release --major --output docs/content/release-notes.md && git push --follow-tags && pnpm publish",
"release:minor": "pnpm prepack && changelogen --release --minor --output docs/content/release-notes.md && git push --follow-tags && pnpm publish",
"release:patch": "pnpm prepack && changelogen --release --patch --output docs/content/release-notes.md && git push --follow-tags && pnpm publish"
},
"dependencies": {
"@nuxt/kit": "^3.10.0",
Expand All @@ -47,4 +46,4 @@
"eslint": "^8.56.0",
"nuxt": "^3.10.0"
}
}
}
Loading

0 comments on commit e44819a

Please sign in to comment.