Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Nov 18, 2023
1 parent c89fae5 commit 555b3bd
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 @@ -8,7 +8,7 @@
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"scripts": {
"ci:publish": "yarn workspaces foreach --all --topological --exclude @openmrs-esm-home npm publish --access public --tag latest",
"ci:publish": "yarn workspaces foreach --all --topological --exclude @openmrs/esm-home npm publish --access public --tag latest",
"ci:prepublish": "yarn workspaces foreach --all --topological --exclude @openmrs/esm-home npm publish --access public --tag next",
"ci:release": "yarn workspaces foreach --all --topological version",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx}\"",
Expand Down

0 comments on commit 555b3bd

Please sign in to comment.