mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 13:11:32 +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
|
run: npm ci
|
||||||
- name: Copy env
|
- name: Copy env
|
||||||
run: cp .env.example .env
|
run: cp .env.example .env
|
||||||
- name: Build Documenso
|
|
||||||
run: npm run build
|
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install --with-deps
|
run: npx playwright install --with-deps
|
||||||
- name: Install Prisma Client
|
- name: Install Prisma Client
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
"format": "prettier --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}\"",
|
"format": "prettier --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}\"",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"commitlint": "commitlint --edit",
|
"commitlint": "commitlint --edit",
|
||||||
"ci": "turbo run test:e2e",
|
"ci": "turbo run build test:e2e lint",
|
||||||
"clean": "turbo run clean && rimraf node_modules"
|
"clean": "turbo run clean && rimraf node_modules"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user