mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
add cypress docker compose file
This commit is contained in:
parent
59f4d9aff8
commit
44d8606d1a
4 changed files with 69 additions and 11 deletions
|
|
@ -43,7 +43,8 @@
|
|||
"lint": "next lint --quiet",
|
||||
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install",
|
||||
"postbuild": "node scripts/postbuild.js",
|
||||
"cypress-open": "cypress open"
|
||||
"cypress-open": "cypress open cypress run --config-file cypress/cypress.config.ts",
|
||||
"cypress-run": "cypress run cypress run --config-file cypress/cypress.config.ts"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,jsx,ts,tsx}": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue