Skip to content

Commit

Permalink
build: adding npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Jan 8, 2025
1 parent 40cfa57 commit 2c97025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"format": "prettier -- -w",
"jest": "jest",
"lerna": "lerna",
"version": "lerna version --conventional-commits --no-commit-hooks --message='chore(release): publish %s'",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepare": "is-ci || husky install",
"publish": "lerna publish",
"test": "cross-env NODE_NO_WARNINGS=1 NODE_OPTIONS=\"--experimental-vm-modules\" jest",
"test:watch": "cross-env NODE_NO_WARNINGS=1 NODE_OPTIONS=\"--experimental-vm-modules\" jest --watch",
"tsc": "tsc",
Expand Down

0 comments on commit 2c97025

Please sign in to comment.