chore: post install scripts

This commit is contained in:
Jannat Patel
2024-03-28 17:20:39 +05:30
parent 3525e4c90b
commit 02e8a97f85

View File

@@ -7,7 +7,10 @@
"frontend" "frontend"
], ],
"scripts": { "scripts": {
"test-local": "cypress open --e2e --browser chrome" "test-local": "cypress open --e2e --browser chrome",
"postinstall": "cd frontend && yarn install --check-files",
"dev": "cd frontend && yarn dev",
"build": "cd frontend && yarn build"
}, },
"private": true, "private": true,
"repository": { "repository": {