Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/publish-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- 'main'
permissions:
id-token: write # Required for OIDC
contents: read

jobs:
TestAndLint:
Expand All @@ -18,11 +21,8 @@ jobs:
with:
node-version: "20.14.0"
cache: "pnpm"
registry-url: 'https://registry.npmjs.org'
- run: pnpm install
- name: Set publishing config
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Pre Publish hook call
run: pnpm workspace:prePublish
- name: publish
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"bracketSpacing": false,
"quoteProps": "consistent",
"arrowParens": "always",
"printWidth": 80
"printWidth": 120
}
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotmh/prettier-config",
"version": "2.0.0",
"version": "2.1.0",
"description": "A Prettier config for DotMH.io projects",
"main": "index.json",
"scripts": {
Expand Down