Skip to content

Commit

Permalink
Merge pull request #29 from orochi-network/bug/init_portal
Browse files Browse the repository at this point in the history
Bug: Fix .git not found when run npm install in portal folder
  • Loading branch information
chiro-hiro authored Aug 10, 2023
2 parents 191df07 + 13a4779 commit 671e731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/portal/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"buildw": "tsc -p tsconfig.json --watch",
"coverage": "node --experimental-vm-modules --experimental-wasm-threads node_modules/jest/bin/jest.js --coverage",
"format": "prettier --write --ignore-unknown **/*",
"prepare": "cd .. && husky install zkdb/.husky",
"prepare": "cd .. && cd .. && husky install packages/zkdb/.husky",
"test": "node --experimental-vm-modules --experimental-wasm-threads node_modules/jest/bin/jest.js",
"testw": "node --experimental-vm-modules --experimental-wasm-threads node_modules/jest/bin/jest.js --watch",
"lint": "npx eslint ./src/**/*.ts --fix",
Expand Down

0 comments on commit 671e731

Please sign in to comment.