Skip to content

Commit

Permalink
Fixing lint issues on release action (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGamero authored Sep 3, 2024
1 parent 4830fde commit c0457ac
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
"url": "git://github.com/lokalise/node-core.git"
},
"license": "Apache-2.0",
"files": [
"dist/**",
"LICENSE",
"README.md"
],
"files": ["dist/**", "LICENSE", "README.md"],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
Expand All @@ -30,9 +26,8 @@
"test:update-snapshots": "vitest -u",
"lint": "biome check . && tsc --project tsconfig.lint.json --noEmit",
"lint:fix": "biome check --write",
"version": "auto-changelog -p && git add CHANGELOG.md",
"prepublishOnly": "npm run build",
"postversion": "biome check --write package.json"
"version": "auto-changelog -p && git add CHANGELOG.md && biome check --write package.json && git add package.json",
"prepublishOnly": "npm run build"
},
"dependencies": {
"dot-prop": "6.0.1",
Expand Down

0 comments on commit c0457ac

Please sign in to comment.