Skip to content

Commit

Permalink
fix: package publishing [] (#8912)
Browse files Browse the repository at this point in the history
* fix: (publish) override repo level npmrc with registry setup

* chore: (eslint-plugin-contentful-apps) bump
  • Loading branch information
t-col authored Sep 17, 2024
1 parent 5240608 commit 4d728ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ commands:
- run:
name: Setup GitHub packages
command: |
rm -f ./.npmrc
echo "//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGES_WRITE_TOKEN}" > ~/.npmrc
echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
- run:
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-contentful-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"author": "Contentful GmbH",
"license": "MIT",
"description": "Base eslint configuration for Contentful apps",
"description": "Eslint plugin for Contentful App Framework Apps",
"scripts": {
"build": "rm -rf ./dist && tsup",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit 4d728ad

Please sign in to comment.