Skip to content

Commit

Permalink
Re-add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Feb 9, 2024
1 parent df675a6 commit c19b820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: yarn turbo build --color

- name: Publish
run: yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn npm publish --access public
run: yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn run ci:publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
},
"scripts": {
"ci:publish": "yarn npm publish --access public",
"ci:prepublish": "yarn npm publish --access public --tag next",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx}\"",
"postinstall": "husky install",
"start": "openmrs develop --sources 'packages/esm-*-app/'",
Expand Down

0 comments on commit c19b820

Please sign in to comment.