Skip to content

Commit e8a311f

Browse files
authored
Merge pull request #10 from dotmh/feat/column-width-120
feat: up column width to 120 from 80
2 parents 7281982 + 02c354a commit e8a311f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish-action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- 'main'
7+
permissions:
8+
id-token: write # Required for OIDC
9+
contents: read
710

811
jobs:
912
TestAndLint:
@@ -18,11 +21,8 @@ jobs:
1821
with:
1922
node-version: "20.14.0"
2023
cache: "pnpm"
24+
registry-url: 'https://registry.npmjs.org'
2125
- run: pnpm install
22-
- name: Set publishing config
23-
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
24-
env:
25-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2626
- name: Pre Publish hook call
2727
run: pnpm workspace:prePublish
2828
- name: publish

packages/prettier-config/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"bracketSpacing": false,
77
"quoteProps": "consistent",
88
"arrowParens": "always",
9-
"printWidth": 80
9+
"printWidth": 120
1010
}

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotmh/prettier-config",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A Prettier config for DotMH.io projects",
55
"main": "index.json",
66
"scripts": {

0 commit comments

Comments
 (0)