Skip to content

Commit

Permalink
fix: remove global install of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Nov 3, 2022
1 parent af8eaa3 commit 653281e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
}
},
"scripts": {
"prepare": "husky install && (forge --version || yarn foundryup) && yarn lerna run prepare && cd packages/cli && npm link && cd ..",
"prepare": "husky install && (forge --version || yarn foundryup) && yarn lerna run prepare",
"commit": "cz",
"prettier:check": "prettier --check 'packages/**/*.ts'",
"prettier": "prettier --write 'packages/**/*.ts'",
Expand Down
1 change: 0 additions & 1 deletion packages/cli/package.json
Expand Up @@ -14,7 +14,6 @@
},
"scripts": {
"prepare": "yarn build && chmod u+x git-install.sh",
"globalinstall": "yarn prepare && npm link",
"build": "rimraf dist && tsc -p . && chmod u+x dist/index.js",
"link": "yarn link",
"test": "echo 'todo: add tests'",
Expand Down

0 comments on commit 653281e

Please sign in to comment.