Skip to content

Commit

Permalink
chore: add publint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Oct 16, 2023
1 parent 2ed0c15 commit 0ff9436
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "dist/runtime.js",
"exports": {
"types": "./dist/runtime.d.ts",
"import": "./dist/runtime.js",
"require": "./dist/runtime.cjs"
"default": "./dist/runtime.js"
},
"types": "dist/runtime.d.ts",
"bin": {
Expand Down Expand Up @@ -40,7 +39,7 @@
"release": " git add package.json && git commit -m \"chore(release): v$npm_package_version :tada:\"",
"prebuild": "pnpm clean",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
"prepublishOnly": "pnpm test -- --no-cache && pnpm build"
"prepublishOnly": "pnpm test -- --no-cache && pnpm build && publint"
},
"files": [
"dist/"
Expand Down Expand Up @@ -82,6 +81,7 @@
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.3",
"prettier": "^3.0.3",
"publint": "^0.2.4",
"rollup": "^3.28.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.0.1",
Expand Down
64 changes: 51 additions & 13 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 0ff9436

Please sign in to comment.