Skip to content

Commit

Permalink
remove post install
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Jul 25, 2024
1 parent c450fa7 commit 8dbf96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"yarn": "^1.22.19"
},
"scripts": {
"postinstall": "husky install && node postinstall.mjs",
"cy:run:dms": "cypress run --project ./examples/sn-dms-demo",
"postinstall": "husky install",
"cy:run:dms": "cypress run --project ./examples/sn-dms-demo",
"start:dms:e2e": "cross-env NODE_OPTIONS=--openssl-legacy-provider yarn workspace sn-dms-demo start:e2e",
"test:dms:e2e": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-server-and-test start:dms:e2e http-get://localhost:3000 cy:run:dms",
"snapp": "yarn workspace @app/sensenet",
Expand Down

0 comments on commit 8dbf96a

Please sign in to comment.