Skip to content

Commit

Permalink
adds publint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSpencer committed Jun 18, 2024
1 parent 9c0b974 commit 9e2e1b7
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
- name: Build
run: pnpm build

- name: Check library config
- name: Check publish configuration
run: pnpm publint

- name: Check library type configuration
run: pnpm attw --pack .

- name: Unit Test
Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
}
},
"types": "./dist/index.d.ts",
"files": ["dist", "README"],
"files": [
"dist",
"README"
],
"scripts": {
"prepublish": "pnpm build",
"storybook": "storybook dev -p 6006",
Expand All @@ -28,7 +31,12 @@
"type": "git",
"url": "https://github.com/KaiSpencer/react-trello-ts"
},
"keywords": ["react", "trello", "board", "typescript"],
"keywords": [
"react",
"trello",
"board",
"typescript"
],
"author": "Kai Spencer",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -63,6 +71,7 @@
"@types/uuid": "^8.3.4",
"i18next": "^17.3.1",
"playwright": "^1.40.1",
"publint": "^0.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^10.13.2",
Expand Down
73 changes: 62 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e2e1b7

Please sign in to comment.