Skip to content

Commit

Permalink
ci: remove preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Feb 19, 2025
1 parent f1d3dc4 commit abe8704
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 97 deletions.
189 changes: 99 additions & 90 deletions package-lock.json

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

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"clean-build": "rimraf ./lib && mkdir lib",
"prebuild": "npm-run-all clean-build lint type-check",
"build": "tsc -p ./tsconfig.json",
"preinstall": "npx only-allow npm",
"prettier": "prettier --log-level warn --write \"src/**/*.{ts,tsx}\"",
"prelint": "npm run prettier",
"lint": "eslint . --ext .ts",
Expand Down Expand Up @@ -44,10 +43,10 @@
},
"homepage": "https://github.com/ducktors/arecibo#readme",
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/lint": "^19.6.0",
"@commitlint/prompt": "^19.7.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/lint": "^19.7.1",
"@commitlint/prompt": "^19.7.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
Expand All @@ -62,9 +61,9 @@
"fastify": "^5.2.1",
"husky": "^9.1.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.1",
"semantic-release": "^24.2.3",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^8.57.0",
Expand Down

0 comments on commit abe8704

Please sign in to comment.