Skip to content

Commit

Permalink
Merge pull request #14 from Kurocado-Studio/udpate-published-files
Browse files Browse the repository at this point in the history
feat(config): exports commitlint and semantic-release
  • Loading branch information
csantiago132 authored Oct 3, 2024
2 parents 0f31aab + 2330d8a commit cf148fb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
},
"license": "MPL-2.0",
"exports": {
"./gh-actions/base": "./.github/workflows/_base.yml",
"./gh-actions/commitlint": "./.github/workflows/commitlint.yml",
"./gh-actions/deploy_writerside_docs": "./.github/workflows/deploy_writerside_docs.yml",
"./gh-actions/eslint_check": "./.github/workflows/eslint_check.yml",
"./gh-actions/npm_publish": "./.github/workflows/npm_publish.yml",
"./gh-actions/prettier_check": "./.github/workflows/prettier_check.yml",
"./commitlint": "./src/commitlint/index.js",
"./semantic-release": "./src/semantic-release/index.js",
"./eslint/base": "./src/eslint/eslint.base.js",
Expand All @@ -34,7 +28,14 @@
"./tsconfig/web": "./src/tsconfig/tsconfig.web.json"
},
"main": "index.js",
"files": ["src/eslint", "src/prettier", "src/tsconfig"],
"files": [
"src/.github",
"src/commitlint",
"src/eslint",
"src/prettier",
"src/semantic-release",
"src/tsconfig"
],
"scripts": {
"commitlint": "pnpm exec commitlint --edit",
"eslint-check": "eslint --max-warnings=0 .",
Expand Down

0 comments on commit cf148fb

Please sign in to comment.