Skip to content

Commit

Permalink
fix(package.json): rename publish command (#55)
Browse files Browse the repository at this point in the history
* fix: set public package publishing flag

* fix: .npmrc token overrides env var token

* chore(main): release 1.2.17 (#50)

Co-authored-by: bs-github-partner-engineering[bot] <169089634+bs-github-partner-engineering[bot]@users.noreply.github.com>

* fix: renaming due to package name conflict

* chore(main): release 1.2.18 (#52)

Co-authored-by: bs-github-partner-engineering[bot] <169089634+bs-github-partner-engineering[bot]@users.noreply.github.com>

* fix(package.json): rename publish command

* merge issue

---------

Co-authored-by: bs-github-partner-engineering[bot] <169089634+bs-github-partner-engineering[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e01e1f8 commit 11b6f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-html5-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"format:check": "prettier 'src/**/*.{js,jsx,ts,tsx,css,md,json}' --check --config ../.prettierrc.js --cache --cache-location=../prettiercache",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ../.prettierrc.js && npm run lint",
"test": "jest --config jest.config.js src/",
"publish": "npm publish --access public"
"publish-package": "npm publish --access public"
},
"repository": {
"url": "https://github.com/brightsign/dev-cookbook.git",
Expand Down

0 comments on commit 11b6f73

Please sign in to comment.