chore: post install scripts
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user