Skip to content

Commit

Permalink
fix postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Aug 26, 2024
1 parent 973e3b7 commit 7fdedf7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"check": "dprint check",
"fmt": "dprint fmt",
"postinstall": "husky && git config --local core.editor cat",
"postinstall": "node_modules//husky/bin/run.js && git config --local core.editor cat",
"build": "nargo compile",
"test": "npm run build && mocha && nargo test --workspace",
"version:release": "changelogithub"
Expand All @@ -28,20 +28,19 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@noir-lang/backend_barretenberg": "^0.30.0",
"@noir-lang/noir_js": "^0.30.0",
"@noir-lang/noir_wasm": "^0.32.0",
"@types/chai": "^4",
"@types/mocha": "^10",
"chai": "^4.5.0",
"changelogithub": "patch:changelogithub@npm%3A0.13.3#~/.yarn/patches/changelogithub-npm-0.13.3-1783949906.patch",
"czg": "^1.9.1",
"dprint": "^0.46.3",
"husky": "4",
"lint-staged": "^15.2.2",
"mocha": "^10.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"@noir-lang/backend_barretenberg": "^0.30.0",
"@noir-lang/noir_js": "^0.30.0",
"@noir-lang/noir_wasm": "^0.32.0",
"chai": "^4.5.0",
"mocha": "^10.7.0"
},
"dependencies": {}
"typescript": "^5.5.4"
}
}

0 comments on commit 7fdedf7

Please sign in to comment.