mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 21:21:37 +10:00
ci: update gh action
This commit is contained in:
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@ -35,8 +35,6 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Copy env
|
||||
run: cp .env.example .env
|
||||
- name: Build Documenso
|
||||
run: npm run build
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Install Prisma Client
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
"format": "prettier --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}\"",
|
||||
"prepare": "husky install",
|
||||
"commitlint": "commitlint --edit",
|
||||
"ci": "turbo run test:e2e",
|
||||
"ci": "turbo run build test:e2e lint",
|
||||
"clean": "turbo run clean && rimraf node_modules"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user