ci: update gh action

This commit is contained in:
Catalin Pit
2023-09-30 19:48:26 +01:00
parent 9437639c53
commit fe493adbb5
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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": {