Skip to content

Commit

Permalink
update publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed May 23, 2024
1 parent 3675880 commit b7fca48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@
"lint:code": "eslint ./src --ignore-path .gitignore",
"lint:md": "remark . --quiet --frail --ignore-path .gitignore",
"lint": "npm-run-all --parallel lint:*",
"package": "np --no-yarn --any-branch",
"prepack": "npm run build",
"prepare": "husky",
"prepublishOnly": "npm run lint && npm run test",
"publish:jsr": "jsr publish",
"publish:npm": "np --no-yarn --any-branch",
"test": "uvu tests -r tsm --ignore shared.ts"
},
"lint-staged": {
Expand Down

0 comments on commit b7fca48

Please sign in to comment.