Skip to content

Commit

Permalink
fix: remove prepare script for husky
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-er committed Aug 31, 2023
1 parent cac516a commit ff64a4d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 44 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,38 +24,37 @@
"version": "pnpm build",
"prepublishOnly": "pnpm build",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"prepare": "husky install"
"format": "prettier --write ."
},
"devDependencies": {
"@adonisjs/application": "^5.3.0",
"@adonisjs/core": "^5.9.0",
"@adonisjs/fold": "^8.2.0",
"@adonisjs/require-ts": "^2.0.13",
"@adonisjs/sink": "^5.4.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@adonisjs/sink": "^5.4.3",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@japa/assert": "^1.3.4",
"@japa/run-failed-tests": "^1.0.7",
"@japa/runner": "^2.0.9",
"@japa/spec-reporter": "^1.1.12",
"@japa/assert": "^1.4.1",
"@japa/run-failed-tests": "^1.1.1",
"@japa/runner": "^2.5.1",
"@japa/spec-reporter": "^1.3.3",
"@poppinss/dev-utils": "^2.0.3",
"@poppinss/utils": "^5.0.0",
"@types/luxon": "^3.3.1",
"@types/node": "^18.0.6",
"@types/luxon": "^3.3.2",
"@types/node": "^18.17.12",
"@types/node-cron": "^3.0.8",
"@types/sinon": "^10.0.16",
"copyfiles": "^2.4.1",
"del-cli": "^4.0.1",
"eslint": "^8.20.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-adonis": "^2.1.1",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"execa": "^5",
"husky": "^8.0.1",
"execa": "^5.1.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"np": "^8.0.4",
"nyc": "^15.1.0",
Expand Down
58 changes: 29 additions & 29 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 ff64a4d

Please sign in to comment.