Skip to content

Commit

Permalink
ci: Github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Oct 31, 2024
1 parent 920a066 commit af7f7ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"changeset:version": "changeset version",
"changeset:release": "changeset publish --registry https://registry.npmjs.org"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHooks": {
"pre-commit": "lint-staged",
"commit-msg": "node scripts/verifyCommit.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/page-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/Marinerer/vite-plugins",
"repository": {
"type": "git",
Expand Down

0 comments on commit af7f7ce

Please sign in to comment.